Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit b503585

Browse files
committed
modify .travis.yml only for NVIDIA_GPU build
1 parent 0021b54 commit b503585

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ os:
77
env:
88
- JOB="-p NVIDIA-GPU -o Centos"
99
- JOB="-p NVIDIA-GPU -o Ubuntu"
10-
- JOB="-p AMD_GPU -o Centos"
11-
- JOB="-p AMD_GPU -o Ubuntu"
12-
- JOB="-p X86-ONLY -o Centos"
13-
- JOB="-p X86-ONLY -o Ubuntu"
14-
- JOB="-p ARM -o Centos"
15-
- JOB="-p ARM -o Ubuntu"
10+
#- JOB="-p AMD_GPU -o Centos"
11+
#- JOB="-p AMD_GPU -o Ubuntu"
12+
#- JOB="-p X86-ONLY -o Centos"
13+
#- JOB="-p X86-ONLY -o Ubuntu"
14+
#- JOB="-p ARM -o Centos"
15+
#- JOB="-p ARM -o Ubuntu"
1616

1717
compiler:
1818
- gcc

0 commit comments

Comments
 (0)