Skip to content
Snippets Groups Projects
Commit 8cfc6b69 authored by Lorenz Gruber's avatar Lorenz Gruber
Browse files

Edit .gitlab-ci.yml

parent 470198dc
No related branches found
No related tags found
No related merge requests found
image: gcc:13.2 image: gcc:13.2
workflow:
rules:
- changes:
- app/**
- lib/**
- tests/**
- CMakeLists.txt
stages: stages:
- build - build
- test - test
......
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