mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
11 lines
154 B
YAML
11 lines
154 B
YAML
|
|
language: c
|
||
|
|
os:
|
||
|
|
- linux
|
||
|
|
before_install:
|
||
|
|
- sudo apt-get update -qq
|
||
|
|
- sudo apt-get install -qq libsodium
|
||
|
|
- ./autogen.sh
|
||
|
|
compiler:
|
||
|
|
- clang
|
||
|
|
- gcc
|