Skip to content
Snippets Groups Projects
Commit aabc30cb authored by ewbo4360's avatar ewbo4360 :sunflower:
Browse files

build pipeline stage update

parent 78084b85
No related branches found
No related tags found
No related merge requests found
Pipeline #74388 failed
......@@ -11,10 +11,10 @@ before_script:
#and also that all the other external dependencies are here (this will be part of a container later)
- apt-get update # Make sure the package lists are updated
- apt-get upgrade -y
- apt-get install python3-pip
- apt-get install python3-pip -y
#previous versions of meson didn't worked properly with the apt-get installation
- pip3 install --upgrade meson
- apt-get install meson=last
- pip3 install --upgrade meson
# - apt-get install meson=last
- apt-get install -y ccache
- apt-get install -y libfmt-dev
- apt-get install -y libgtest-dev
......
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