Merge branch 'feature/jenkins' into feature/wolvin-phe-compat
gitea/icedream/gmod-tauntmenu/feature%2Fwolvin-phe-compat There was a failure building this commit Details

pull/2/head
Icedream 2017-04-17 23:56:35 +02:00
commit fd4c36b047
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 10 additions and 0 deletions

9
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,9 @@
node('linux && amd64 && docker') {
docker.image('icedream/gmad:latest').inside {
ansiColor('xterm') {
checkout scm
sh 'gmad_linux create -folder . -out icedream-tauntmenu.gma'
archive '*.gma'
}
}
}

View File

@ -18,6 +18,7 @@
"*.txt",
"*.gma",
".git*",
"Jenkinsfile",
"logo.*"
]
}