aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorÉrico Rolim <erico.erc@gmail.com>2021-01-03 20:24:44 +0000
committerÉrico Nogueira Rolim <34201958+ericonr@users.noreply.github.com>2021-01-03 21:55:15 +0000
commit9d64f0940e4d3d2a348144c99fc609973f33ae8f (patch)
tree2c230cecafbe70c4cacda55c881aaf4f35ee2f90 /.github/workflows
parent8d9069b43abcbba7e5ca6959fc0b7155d0152e23 (diff)
downloadvoid-packages-9d64f0940e4d3d2a348144c99fc609973f33ae8f.tar
void-packages-9d64f0940e4d3d2a348144c99fc609973f33ae8f.tar.gz
void-packages-9d64f0940e4d3d2a348144c99fc609973f33ae8f.tar.bz2
void-packages-9d64f0940e4d3d2a348144c99fc609973f33ae8f.tar.lz
void-packages-9d64f0940e4d3d2a348144c99fc609973f33ae8f.tar.xz
void-packages-9d64f0940e4d3d2a348144c99fc609973f33ae8f.tar.zst
void-packages-9d64f0940e4d3d2a348144c99fc609973f33ae8f.zip
.github/workflows: shorten step list.
This makes CI results more concise.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 72f2b3811a3..d8328911eec 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -62,13 +62,14 @@ jobs:
- uses: actions/checkout@v1
with:
fetch-depth: 200
- - name: Create hostrepo
- run: ln -s "$(pwd)" /hostrepo
- - run: common/travis/set_mirror.sh
- - run: common/travis/prepare.sh
- - run: common/travis/fetch_upstream.sh
+ - name: Create hostrepo and prepare masterdir
+ run: |
+ ln -s "$(pwd)" /hostrepo &&
+ common/travis/set_mirror.sh &&
+ common/travis/prepare.sh &&
+ common/travis/fetch_upstream.sh &&
+ common/travis/fetch-xtools.sh
- run: common/travis/changed_templates.sh
- - run: common/travis/fetch-xtools.sh
- name: Remove git after checkout to not interfere with build
run: xbps-remove -yR git