We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964d174 commit 1eaac26Copy full SHA for 1eaac26
ci/README.md
@@ -1,7 +1,9 @@
1
# Building and running tests as a developer
2
3
-CI tests can be run on docker by invoking the script `./ci/run_docker.sh
4
-./ci/do_ci.sh {TARGET}` where the targets are:
+CI tests can be run inside
+[devcontainer](../CONTRIBUTING.md###DevContainer-Setup-for-Project)
5
+by invoking the script
6
+`./ci/do_ci.sh {TARGET}` where the targets are:
7
8
* `cmake.test`: build cmake targets and run tests.
9
* `cmake.maintainer.test`: build with cmake and test, in maintainer mode.
0 commit comments