You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
minsh/.travis.yml

27 lines
642 B

sudo: required
language: c
env:
global:
- DOCKER_IMAGE=alectolytic/rpmbuilder
- COPR_REPOSITORY=dvdmuckle/minsh
- OS_ARCH=x86_64
matrix:
- OS_TYPE=fedora OS_DIST=fedora OS_VERSION=29
services:
- docker
install: true
compiler:
- gcc
script:
- make && sudo make install && bash .test.sh
- docker run -v ${PWD}:/sources -v ${PWD}:/output:Z ${DOCKER_IMAGE}:${OS_TYPE}-${OS_VERSION}
dist: trusty
notifications:
irc:
channels:
- "chat.freenode.net#dvdmuckle-bot-test"
after_success:
- bash .deploy.sh