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