Skip to content

Commit

Permalink
Don't paralellise Travis builds (#74)
Browse files Browse the repository at this point in the history
We seem to be missing dependencies in the build system.

Signed-off-by: Kévin Petit <kevin.petit@arm.com>
  • Loading branch information
kpet committed Sep 23, 2019
1 parent c5063c3 commit 3695228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -24,5 +24,5 @@ script:
- cmake -DOPENCL_LIB_DIR=${TOP}/OpenCL-ICD-Loader/build
-DOPENCL_INCLUDE_DIR=${TOP}/OpenCL-Headers
..
- make -j2
- make
- ctest

0 comments on commit 3695228

Please sign in to comment.