Skip to content
Snippets Groups Projects
Commit d0cd82c0 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

Update .gitlab-ci.yml - dev packages for dependencies on Ubuntu

parent c84cbd5c
No related branches found
No related tags found
No related merge requests found
Pipeline #2611 failed
...@@ -11,6 +11,7 @@ build: ...@@ -11,6 +11,7 @@ build:
before_script: before_script:
- apt update && apt -y install python3 python3-pip python3-setuptools python3-wheel ninja-build - apt update && apt -y install python3 python3-pip python3-setuptools python3-wheel ninja-build
- pip3 install meson - pip3 install meson
- apt -y install libglfw3-dev libglew-dev
script: script:
- meson build - meson build
#artifacts: #artifacts:
...@@ -27,5 +28,6 @@ test: ...@@ -27,5 +28,6 @@ test:
before_script: before_script:
- apt update && apt -y install python3 python3-pip python3-setuptools python3-wheel ninja-build - apt update && apt -y install python3 python3-pip python3-setuptools python3-wheel ninja-build
- pip3 install meson - pip3 install meson
- apt -y install libglfw3-dev libglew-dev
script: script:
- meson test - meson test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment