Skip to content
Snippets Groups Projects
Commit d0f16273 authored by Riccardo Maria Bianchi's avatar Riccardo Maria Bianchi :sunny:
Browse files

CI: clean the macOS build env after build

parent 4dfcb976
No related branches found
No related tags found
1 merge request!2CI: set Ubuntu and macOS pipelines for the new monorepo
......@@ -20,8 +20,11 @@ variables:
allow_failure: true
timeout: 30 minutes
before_script:
- brew install nlohmann-json
- brew install nlohmann-json xerces-c
- export PATH="/usr/local/opt/qt/bin:$PATH" # to make Qt5 discoverable by CMake
after_script:
- brew remove nlohmann-json xerces-c
.ubuntu-template-job-base: &ubuntu-job-base
image: ubuntu:18.04
......
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