Skip to content

Commit 3fd3d68

Browse files
committed
WIP p4python actions
1 parent 3ee8176 commit 3fd3d68

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
jobs:
1818
build-linux:
1919
runs-on: ubuntu-latest
20+
strategy:
21+
matrix:
22+
pyver: [27, 36, 37, 38, 39]
2023
steps:
2124

2225
- name: Checkout source code
@@ -53,7 +56,7 @@ jobs:
5356
ls ${{ github.workspace }}/..
5457
5558
56-
docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh 36
59+
docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh ${{ matrix.pyver }}
5760
dir $bindir
5861
5962
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)