Build and test version 11 of the compiler instead of 10.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danila Fedorin 2020-04-26 21:28:34 -07:00
parent 78563448fb
commit 18339d7e4d

View File

@ -1,4 +1,4 @@
cd 10 cd 11
mkdir -p build && cd build mkdir -p build && cd build
cmake .. cmake ..
make -j8 make -j8