Skip to content

Commit

Permalink
Enable whole pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Mar 4, 2023
1 parent 9b39c61 commit ea0fc2e
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@ jobs:
container: ['ubuntu-20.04']
runs-on: ubuntu-latest
container:
# image: ghcr.io/dyninst/amd64-${{ matrix.container }}-base:latest
image: ghcr.io/dyninst/amd64-${{ matrix.container }}:latest
image: ghcr.io/dyninst/amd64-${{ matrix.container }}-base:latest
name: ${{ matrix.container }}
steps:
# - name: Checkout Dyninst
# uses: actions/checkout@v3
# with:
# path: dyninst/src
#
# - name: Build Dyninst
# run: |
# ln -s $PWD/dyninst /dyninst
# bash /dyninst/src/docker/build.sh /dyninst/src
- name: Checkout Dyninst
uses: actions/checkout@v3
with:
path: dyninst/src

- name: Build Dyninst
run: |
ln -s $PWD/dyninst /dyninst
bash /dyninst/src/docker/build.sh /dyninst/src
# - name: Checkout Test Suite
# uses: actions/checkout@v3
Expand All @@ -47,17 +46,17 @@ jobs:
# cmake .. -DDyninst_DIR=/dyninst/install/lib/cmake/Dyninst
# cmake --build .

# - name: Checkout Examples
# uses: actions/checkout@v3
# with:
# repository: dyninst/examples
# path: examples
#
# - name: Build examples
# run: |
# cd examples; mkdir build; cd build
# cmake .. -DDyninst_DIR=/dyninst/install/lib/cmake/Dyninst
# cmake --build .
- name: Checkout Examples
uses: actions/checkout@v3
with:
repository: dyninst/examples
path: examples

- name: Build examples
run: |
cd examples; mkdir build; cd build
cmake .. -DDyninst_DIR=/dyninst/install/lib/cmake/Dyninst
cmake --build .
- name: Checkout External Tests
uses: actions/checkout@v3
Expand Down

0 comments on commit ea0fc2e

Please sign in to comment.