aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-10 16:37:42 +0200
committerAdam <adammegarules1@gmail.com>2026-08-10 16:37:42 +0200
commit453e29c24bece60824d8aa8010f5650364fe797e (patch)
treecb437fecc564c2568f00952bcfa49e2d6711116c
parenta48ff09a105fc35253f0382dca5e7da82e74a5fc (diff)
):
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 691cfd0..36c483f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ build:
before_script:
- apt-get update
- apt-get install -y cmake gcc-14 g++-14
+ - apt-get install -y jq
script:
- export CC=gcc-14
- export CXX=g++-14
@@ -36,7 +37,6 @@ test:
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
before_script:
- - apt-get install -y jq
script:
- ./perft.bash \ No newline at end of file