Skip to content

Commit

Permalink
Move buildlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zak authored and Jonathan Zak committed Jul 24, 2024
1 parent bc238ff commit 36ec7d4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:

env:
remote_build_dir: /home/${{ secrets.IBMI_USER }}/testbuild/
build_lib: MANZANTESTBLD
dist_lib: MANZANTEST

jobs:
test:
Expand Down Expand Up @@ -44,21 +42,20 @@ jobs:
ici \
--rcwd "${{ env.remote_build_dir }}" \
--push "." \
--cmd "/QOpenSys/pkgs/bin/gmake --jobs=1 install" \
--ignore --cl "dltlib ${{ env.build_lib }}" \
--cmd "/QOpenSys/pkgs/bin/gmake BUILDLIB=${{ env.BUILDLIB }} install" \
env:
IBMI_HOST: ${{ secrets.IBMI_HOST }}
IBMI_USER: ${{ secrets.IBMI_USER }}
IBMI_PASSWORD: ${{ secrets.IBMI_PASSWORD }}
IBMI_SSH_PORT: ${{ secrets.IBMI_SSH_PORT }}

BUILDLIB: MZNTEST

- name: Test Manzan
working-directory: test
run: |
ici \
--rcwd "${{ env.remote_build_dir }}" \
--cmd "/QOpenSys/pkgs/bin/gmake --jobs=1 testonly;" \
--cmd "/QOpenSys/pkgs/bin/gmake testonly;" \
env:
IBMI_HOST: ${{ secrets.IBMI_HOST }}
IBMI_USER: ${{ secrets.IBMI_USER }}
Expand Down

0 comments on commit 36ec7d4

Please sign in to comment.