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

Update .gitlab-ci.yml - follow recommended setup procedure

parent f0a5c1e4
No related branches found
No related tags found
No related merge requests found
Pipeline #2602 failed
......@@ -9,7 +9,8 @@ build:
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script:
- apt update && apt -y install meson ninja
- apt update && apt -y install python3 python3-pip python3-setuptools python3-wheel ninja-build
- pip3 install --user meson
script:
- meson build
#artifacts:
......
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