c07c80b662
The workers apparently do not present themselves as a full linux system.
10 lines
168 B
YAML
10 lines
168 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake -DCMAKE_INSTALL_PREFIX:PATH=../install ..
|
|
- cmake --build . --target install
|