Skip to content
Snippets Groups Projects
Commit 3c319f7a authored by Foxido's avatar Foxido
Browse files

add gitlab ci

parent 6f85dfa8
Branches
No related tags found
1 merge request!2Fix eq classes
Pipeline #38 passed
image: gcc
stages:
- test
test:
stage: test
before_script:
- apt update && apt -y install make cmake
script:
- mkdir build && cd build
- cmake .. -DBUILD_TESTS=ON
- make
- ./validator_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment