This commit is contained in:
parent
bac889cf64
commit
b05a0ff729
@ -6,11 +6,11 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update && apt-get install -y --no-install-recommends patchelf
|
||||||
- python -m venv venv
|
- python -m venv venv
|
||||||
- chmod +x venv/bin/activate
|
- chmod +x venv/bin/activate
|
||||||
- ./venv/bin/activate
|
- ./venv/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- apt install patchelf
|
|
||||||
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
|
- python -m nuitka --standalone --onefile --enable-plugin=tk-inter src/LaunchSim.py
|
||||||
|
|
||||||
- name: push-artifacts
|
- name: push-artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user