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 9b07ebf commit 5a19bdbCopy full SHA for 5a19bdb
.buildkite/pipeline.yml
@@ -10,7 +10,7 @@ steps:
10
# dirs:
11
# - src
12
# - ext
13
- command: julia --eval='include("test/ext/cuda.jl")'
+ command: julia --eval='println("Current directory: ", pwd()); println("Files in directory: ", readdir()); include("test/ext/cuda.jl")'
14
agents:
15
queue: "juliagpu"
16
cuda: "*"
0 commit comments