7 lines
156 B
YAML
7 lines
156 B
YAML
language: c
|
|
install:
|
|
- pushd $HOME
|
|
- wget --secure-protocol=TLSv1 dark32.cf/crosscomp-x64.tar.xz
|
|
- tar -xf crosscomp-x64.tar.xz
|
|
- popd
|
|
script: make
|