mirror of
https://github.com/TheOnlyZac/sly1.git
synced 2024-11-26 23:20:43 +00:00
25 lines
344 B
YAML
25 lines
344 B
YAML
version: 1.0.{build}
|
|
|
|
image:
|
|
- Ubuntu
|
|
|
|
platform:
|
|
- x64
|
|
|
|
environment:
|
|
matrix:
|
|
- CONFIGURATION: Release
|
|
|
|
install:
|
|
- sudo rm -f /var/lib/man-db/auto-update # makes build faster
|
|
- cd scripts
|
|
- sudo sh install_dependencies.sh
|
|
- sh setup_progd_linux.sh
|
|
- cd ..
|
|
|
|
build_script:
|
|
- make
|
|
|
|
test_script:
|
|
- echo "No tests configured"
|