diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6424d8776148bd1350823484d3ee64edd5baddfa..283fd6902e901ca92644ad227a08ff4a23e0ee08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,16 @@ stages: - build -build_linux: - image: python:3.8-slim - stage: build - script: - - apt-get update && apt-get install -y binutils - - pip install pyinstaller pyqt6 pandas matplotlib - - pyinstaller --onefile --windowed main.py - artifacts: - paths: - - dist/main.exe # Only upload the main executable, not the whole dist folder +#build_linux: + # image: python:3.8-slim + #stage: build + #script: + # - apt-get update && apt-get install -y binutils + # - pip install pyinstaller pyqt6 pandas matplotlib + # - pyinstaller --onefile --windowed main.py + #artifacts: + # paths: + # - dist/main.exe # Only upload the main executable, not the whole dist folder build_macos: image: python:3.8-slim diff --git a/Linux/main.exe b/Linux/main.exe new file mode 100644 index 0000000000000000000000000000000000000000..5e70135ff7fb777be821374050bc2809dbbfa911 Binary files /dev/null and b/Linux/main.exe differ