Skip to content

Commit 3ef9dd9

Browse files
authored
[skip-tests] Fix ci-overview example (#428)
1 parent 137f5c7 commit 3ef9dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The syntax of the build and test scripts is the same:
6565
./ci/test_thrust.sh <host compiler> <c++ standard> <gpu architectures>
6666

6767
#examples
68-
./ci/build_thrust.sh g++ c++17 70;80;86
68+
./ci/build_thrust.sh g++ 17 70;80;86
6969
```
7070

7171
In summary, the heart of our build and test jobs is the corresponding build or test script.

0 commit comments

Comments
 (0)