Skip to content

Commit

Permalink
ci: yeeah
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Oct 29, 2023
1 parent 9c56b4e commit 958d720
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,8 @@ stages:
build_and_run:
stage: build_and_run
script:
- >
add-apt-repository universe && apt-get update && apt-get install -y --no-install-recommends
freeglut3
freeglut3-dev
libgl1
libxkbcommon-x11-0
libegl1
pip install poetry
poetry --version
poetry install
poetry run python src/main.py
- add-apt-repository universe && apt-get update && apt-get install -y --no-install-recommends freeglut3 freeglut3-dev libgl1 libxkbcommon-x11-0 libegl1
- pip install poetry
- poetry --version
- poetry install
- poetry run python src/main.py

0 comments on commit 958d720

Please sign in to comment.