mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 08:10:05 +00:00
24 lines
315 B
YAML
24 lines
315 B
YAML
version: 'cosmo-0.1.{build}'
|
|
|
|
# we compile every commit under all branches
|
|
#branch:
|
|
# only:
|
|
# - main
|
|
|
|
# images we're using
|
|
image:
|
|
- Ubuntu2004
|
|
|
|
platform:
|
|
- x64
|
|
|
|
install:
|
|
- sudo apt install clang cmake -y
|
|
|
|
build_script:
|
|
- cmake . && make
|
|
|
|
artifacts:
|
|
- path: bin
|
|
name: ubuntu20_04-bin-x64
|
|
type: zip |