8 lines
124 B
Plaintext
8 lines
124 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
. ".github/scripts/flags-gcc.sh"
|
||
|
|
||
|
cmake --build _build --parallel "$(nproc)" --target install -- -k 0
|