blog-static/code/compiler/test.sh
Danila Fedorin 18339d7e4d
Some checks failed
continuous-integration/drone/push Build is failing
Build and test version 11 of the compiler instead of 10.
2020-04-26 21:28:34 -07:00

5 lines
51 B
Bash
Executable File

cd 11
mkdir -p build && cd build
cmake ..
make -j8