dosemu2/.travis.yml
geos_one 17bb5d7efa
Some checks failed
Build / build (push) Has been cancelled
New upstream version 2.0-0.9
2025-08-14 09:28:49 +02:00

29 lines
418 B
YAML

language: c
sudo: true
dist: focal
if: type = cron
cache:
directories:
- $HOME/cache
before_install:
- ./ci_prereq.sh
install:
- ./ci_build.sh
before_script:
# this acl no longer persists in Focal due to /dev/kvm management by systemd
# - sudo setfacl -m u:${USER}:rw /dev/kvm
# so we have to do this instead
- sudo chmod 666 /dev/kvm
script:
- ./ci_test.sh
after_script:
- echo "after_script"