Artemis 4 RC1

This commit is contained in:
Marco Dalla Tiezza
2024-05-28 22:40:45 +02:00
parent acc44c93b3
commit 528c816508
254 changed files with 14757 additions and 30137 deletions

32
.github/workflows/macOS.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
name: Nuitka - macOS
on:
workflow_dispatch:
inputs:
artemis_version:
description: 'Version'
required: true
default: '4.0.0'
type: string
jobs:
build-macos-x86_64:
runs-on: macos-11
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Build and package
run: sh ./building/macOS/build_macos.sh
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Artemis-macOS-x86_64-${{github.event.inputs.artemis_version}}
path: ./app.dist/