barrier/CI/build.sh

6 lines
46 B
Bash

pwd
ls -la
mkdir build
cd build
cmake ..
make