bitbucket-pipelines.yml edited online with Bitbucket

This commit is contained in:
jpekkila
2019-07-10 09:28:30 +00:00
parent 18e7a727c5
commit b27f598a86

View File

@@ -14,7 +14,7 @@ pipelines:
- source ./sourceme.sh
- mkdir -p build && cd build
- apt-get update
- apt-get install -y cmake flex bison
- apt-get install -y cmake flex bison nvidia-cuda-toolkit
- ../scripts/compile_acc.sh
- cmake ..
- make -j