Skip to content

Commit

Permalink
ci: Use > in GL CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Oct 29, 2023
1 parent c8ce7b7 commit 9c56b4e
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@ 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 9c56b4e

Please sign in to comment.