We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 137f5c7 commit 3ef9dd9Copy full SHA for 3ef9dd9
ci-overview.md
@@ -65,7 +65,7 @@ The syntax of the build and test scripts is the same:
65
./ci/test_thrust.sh <host compiler> <c++ standard> <gpu architectures>
66
67
#examples
68
-./ci/build_thrust.sh g++ c++17 70;80;86
+./ci/build_thrust.sh g++ 17 70;80;86
69
```
70
71
In summary, the heart of our build and test jobs is the corresponding build or test script.
0 commit comments