mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
ci: pages
This commit is contained in:
parent
7060f88321
commit
eaff29f556
1 changed files with 5 additions and 7 deletions
12
.github/workflows/pages.yml
vendored
12
.github/workflows/pages.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
image: ghcr.io/void-linux/void-buildroot-${{ matrix.config.libc }}:20231230R1
|
image: ghcr.io/void-linux/void-buildroot-${{ matrix.config.libc }}:20231230R1
|
||||||
options: --platform ${{ matrix.config.platform }}
|
options: --platform ${{ matrix.config.platform }}
|
||||||
env:
|
env:
|
||||||
PATH: '/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin'
|
PATH: '/usr/libexec/chroot-git:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/tmp/bin'
|
||||||
ARCH: '${{ matrix.config.arch }}'
|
ARCH: '${{ matrix.config.arch }}'
|
||||||
BOOTSTRAP: '${{ matrix.config.host }}'
|
BOOTSTRAP: '${{ matrix.config.host }}'
|
||||||
TEST: '${{ matrix.config.test }}'
|
TEST: '${{ matrix.config.test }}'
|
||||||
|
@ -81,14 +81,10 @@ jobs:
|
||||||
xbps-install -Syu || xbps-install -yu xbps
|
xbps-install -Syu || xbps-install -yu xbps
|
||||||
# Upgrade again (in case there was a xbps update)
|
# Upgrade again (in case there was a xbps update)
|
||||||
xbps-install -yu
|
xbps-install -yu
|
||||||
xbps-install -y cmake python3 tar git
|
xbps-install -y cmake python3 tar
|
||||||
|
|
||||||
- name: Clone and checkout
|
- name: Clone and checkout
|
||||||
uses: actions/checkout@v4
|
uses: classabbyamp/treeless-checkout-action@v1
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
filter: tree:0
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Create hostrepo and prepare masterdir
|
- name: Create hostrepo and prepare masterdir
|
||||||
run: |
|
run: |
|
||||||
|
@ -109,6 +105,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build apindex
|
- name: Build apindex
|
||||||
run: |
|
run: |
|
||||||
|
git clone https://github.com/libthinkpad/apindex.git
|
||||||
|
|
||||||
cd apindex
|
cd apindex
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
Loading…
Reference in a new issue