Skip to content

Commit 950fbb3

Browse files
committed
WIP p4python actions
1 parent 261e5f1 commit 950fbb3

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ env:
55
docker: "ppiorunski/p4php7:python-27.35.36.37.38.39-manylinux2010_x86_64-github"
66
mount: "${{ github.workspace }}/..:/work"
77
bindir: "${{ github.workspace }}/../p4-bin/binlinux26x86_64"
8-
p4api: "p4api-glibc2.3-openssl1.1.1.tgz"
9-
8+
p4api: "p4api-glibc2.3-openssl1.1.1.tgz"
9+
1010
on:
1111
push:
1212
branches: [ master ]
@@ -36,10 +36,10 @@ jobs:
3636
echo ".. ls:"
3737
ls ..
3838
echo ". ls:"
39-
ls
39+
ls
4040
pwd
4141
cd .. && wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/$p4api -O $bindir/$p4api
42-
42+
4343
- name: Get p4 and p4d binary
4444
run: |
4545
wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/p4d -O $bindir/p4d && chmod 775 $bindir/p4d
@@ -50,12 +50,11 @@ jobs:
5050
5151
ln -s ${{ github.workspace }}/../p4python ${{ github.workspace }}/../p4-python
5252
ls ${{ github.workspace }}/..
53-
54-
echo docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh \"27 36 37 38 39\"
53+
54+
docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh \"27 36 37 38 39\"
5555
dir $bindir
5656
5757
- uses: actions/upload-artifact@v2
5858
with:
5959
name: non-production-p4python
6060
path: p4python
61-

0 commit comments

Comments
 (0)