*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit dd94f264 authored by Hanser, Valentin's avatar Hanser, Valentin
Browse files

test ngsolve in runner

parent 69d7e3db
No related branches found
No related tags found
No related merge requests found
Pipeline #239516 failed with stages
in 1 minute and 16 seconds
......@@ -21,6 +21,20 @@ stages: # List of stages for jobs, and their order of execution
- test
# - deploy
build-ngsolve-job: # This job runs in the build stage, which runs first.
stage: build
before_script:
- apt update && apt -y install pip
- pip install ngsolve
script:
- echo "Compiling the code for ngSolve..."
- cd ./C++/cmake/build
- cmake ..
- make -j
build-basicTypes-job: # This job runs in the build stage, which runs first.
stage: build
before_script:
......
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