Build and test version 11 of the compiler instead of 10.

This commit is contained in:
Danila Fedorin 2020-04-26 21:28:34 -07:00
parent 5049b81536
commit fa19fa2792
1 changed files with 1 additions and 1 deletions

View File

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