summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2020-04-04 12:56:20 +0800
committerraveit65 <[email protected]>2020-04-04 12:17:27 +0200
commitfaffea78d76434ab29f39a0d907f17f2034a8717 (patch)
treeec61bdfa7f08cf1ce48ad7e2af268a4ce3215b74
parent51cfe1e6670f8b283d59ce2e188633c62004482d (diff)
downloadcaja-faffea78d76434ab29f39a0d907f17f2034a8717.tar.bz2
caja-faffea78d76434ab29f39a0d907f17f2034a8717.tar.xz
[ci] fix build environment issue
-rw-r--r--.build.yml1
-rw-r--r--.travis.yml13
2 files changed, 8 insertions, 6 deletions
diff --git a/.build.yml b/.build.yml
index c134718d..fb9955b2 100644
--- a/.build.yml
+++ b/.build.yml
@@ -4,6 +4,7 @@
requires:
archlinux:
# Useful URL: https://git.archlinux.org/svntogit/community.git/tree/caja
+ - autoconf-archive
- clang
- gcc
- git
diff --git a/.travis.yml b/.travis.yml
index 28934cf1..c7a6eb38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
# vim: set ts=2 sts=2 sw=2 expandtab :
dist: bionic
-sudo: required
language: shell
os: linux
services:
@@ -28,17 +27,19 @@ script:
deploy:
- provider: pages
- github-token: $GITHUB_TOKEN
- #keep-history: true
+ token: $GITHUB_TOKEN
+ keep_history: false
skip_cleanup: true
- committer-from-gh: true
- target-branch: gh-pages
- local-dir: html-report
+ committer_from_gh: true
+ target_branch: gh-pages
+ local_dir: html-report
+ strategy: git
on:
all_branches: true
condition: ${DISTRO} =~ ^fedora.*$
- provider: script
script: ./docker-build --verbose --config .build.yml --release github
+ skip_cleanup: true
on:
tags: true
condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$"