1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Update .travis.yml

This commit is contained in:
Peter Boyle 2016-04-30 17:11:57 +01:00
parent 0d99f62027
commit e2d8f67f63

View File

@ -12,7 +12,10 @@ script:
- mkdir build
- cd build
- ../configure --enable-precision=single --enable-simd=AVX2 --enable-comms=none
- make -j 4
- env
- cat config.log
- make
- ./benchmarks/Benchmark_dwf --threads 1
matrix:
include:
- compiler: gcc