This commit is contained in:
Jan Boon 2019-01-26 00:17:22 +08:00
parent 61b1509048
commit f4ff5e0d25

View file

@ -23,5 +23,6 @@ jobs:
cat CMakeCache.txt
displayName: 'CMake'
- script: |
cd build
make -j`nproc`
displayName: 'Make'