P4PASSWD: ${{ secrets.P4PASSWD }}
# Steps represent a sequence of tasks that will be executed as part of the job
- steps:
- - name: Check out ESPP code
- uses: code-actions/checkout@v2
-
-# - name: Setup working directory
-# run: |
-# pwd
-# cd /tmp
-# mkdir p4ws
-# cd p4ws
-# pwd
-
+ steps:
- name: P4 setup
uses: code-actions/perforce-setup-p4@v1
with:
global_options: '-p 10.40.78.156:1888 -u jm0829.baek'
# pull down assets from Helix Core
- - name: p4 sync
+ - name: p4 sync TrackRenderer
uses: code-actions/perforce-setup-p4@v1
env:
P4CLIENT: DEV-TZTV-GithubAction-jm0829.baek
ls -al .
git init .
gbs build -A armv7l -R ${{ secrets.BASE_REPO_URL }} -R ${{ secrets.PROD_REPO_URL }} --include-all --clean
-
- - name: Build ESPP
- run: |
cd -
pwd
ls -al .
+
+ - name: Check out ESPP code
+ uses: code-actions/checkout@v2
+
+ - name: Build ESPP
+ run: |
gbs build -A armv7l -R ${{ secrets.BASE_REPO_URL }} -R ${{ secrets.PROD_REPO_URL }} --include-all