File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 - name : Get p4api
3535 run : |
3636 mkdir -p $bindir
37- echo "bindir ls:"
38- ls $bindir
39- echo ".. ls:"
40- ls ..
41- echo ". ls:"
42- ls
43- pwd
4437 cd .. && wget ftp://ftp.perforce.com/perforce/$codeline/bin.linux26x86_64/$p4api -O $bindir/$p4api
4538
4639 - name : Get p4 and p4d binary
@@ -49,22 +42,12 @@ jobs:
4942 - name : Build P4Python
5043 run : |
5144 docker pull $docker
52- ls $bindir
53-
5445 chmod +x linux_build/build-wheels.sh
5546 cp -rf ../p4python ../p4-python
56- ls ${{ github.workspace }}/..
57-
58-
5947 docker run -v $mount $docker /work/p4-python/linux_build/build-wheels.sh ${{ matrix.pyver }}
6048 cp ../p4-python/repair/p4python-*.whl ${{ github.workspace }}/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
6149
62-
6350 - uses : actions/upload-artifact@v2
6451 with :
65- name : non-production-p4python-cp${{ matrix.pyver }}
52+ name : non-production-p4python-wheel- cp${{ matrix.pyver }}
6653 path : ${{ github.workspace }}/p4python-cp${{ matrix.pyver }}-manylinux2010_x86_64.whl
67-
68- - name : dir_bindir
69- run : |
70- ls $bindir
You can’t perform that action at this time.
0 commit comments