Skip to content

Commit 8cc1dc6

Browse files
authored
Merge pull request #48 from katrinafyi/add-aslp-server-ci
ci: add aslp-server to build list
2 parents 62c0e89 + 5088abe commit 8cc1dc6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
matrix:
3434
os: [ubuntu-24.04, macos-latest]
3535
# end-user packages to ci build for cache
36-
pkg:
36+
pkg:
3737
[aslp, bap-aslp, bap-primus, basil,
3838
retdec-uq-pac, asl-translator,
39-
gtirb-semantics, ddisasm,
39+
gtirb-semantics, ddisasm,
4040
retdec5, remill, alive2-aslp, alive2-regehr,
41-
aslp_web, godbolt
41+
aslp_web, godbolt, aslp-server
4242
]
4343
runs-on: ${{ matrix.os }}
4444

@@ -82,17 +82,17 @@ jobs:
8282
- run: ./nix-cached.sh build --impure -L .#${{matrix.pkg}}
8383
id: build
8484
continue-on-error: ${{ fromJSON(steps.broken.outputs.bool) }}
85-
85+
8686
- name: Run nix build .#${{matrix.pkg}}.tests
8787
id: test
8888
run: |
8989
for test in $(nix eval --impure .#${{matrix.pkg}}.tests --json | jq -r keys[]); do
90-
t=.#${{matrix.pkg}}.tests.$test
90+
t=.#${{matrix.pkg}}.tests.$test
9191
./nix-cached.sh build --impure -L "$t" --no-link
9292
done
9393
continue-on-error: ${{ fromJSON(steps.broken.outputs.bool) }}
9494
if: steps.build.outcome == 'success'
95-
95+
9696
- name: Report status of broken packages
9797
run: |
9898
echo '::warning title=${{ matrix.pkg }}::broken package has status build=${{steps.build.outcome}}, test=${{steps.test.outcome}}'

0 commit comments

Comments
 (0)