IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 8ffc61bd authored by Hans Dembinski's avatar Hans Dembinski
Browse files

basic ci script

parent 334037ba
No related branches found
No related tags found
No related merge requests found
image: gcc
before_script:
- apt-get update --yes
- apt-get install --yes cmake libboost-dev libeigen3-dev
build:
stage: build
script:
- mkdir build
- cd build
- cmake ..
- cmake --build .
- ctest -V
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