mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-02 16:49:04 +00:00
412aeaa0d4
Moved MSVC to Github Actions as well.
6 lines
172 B
Bash
Executable File
6 lines
172 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
mkdir build && cd build
|
|
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/lib/ccache/gcc -DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++
|
|
ninja
|