We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67691a9 commit 8d9356eCopy full SHA for 8d9356e
1 file changed
.gitlab-ci.yml
@@ -56,3 +56,11 @@ output:
56
- export OUTPUT_INSTRUMENT=yes
57
- export STDERR_OUTPUT_IS_ERROR=no
58
- make all
59
+
60
+syntax:
61
+ image: ubuntu:24.04
62
+ script:
63
+ - apt update
64
+ - DEBIAN_FRONTEND=noninteractive apt install -y tzdata
65
+ - apt install -y python3
66
+ - python3 syntax/check.py -r syntax/opdi.syntax.json tests macroexample.cpp omptexample.cpp
0 commit comments