Skip to content

Commit

Permalink
[skip-tests] Fix ci-overview example
Browse files Browse the repository at this point in the history
  • Loading branch information
gevtushenko committed Sep 8, 2023
1 parent 812ba98 commit 68e7ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The syntax of the build and test scripts is the same:
./ci/test_thrust.sh <host compiler> <c++ standard> <gpu architectures>

#examples
./ci/build_thrust.sh g++ c++17 70;80;86
./ci/build_thrust.sh g++ 17 70;80;86
```

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

0 comments on commit 68e7ff9

Please sign in to comment.