mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 00:14:06 +02:00
install nasm and deno
This commit is contained in:
parent
7db372bbf4
commit
9881b55521
14
.github/workflows/backend_build_and_test.yml
vendored
14
.github/workflows/backend_build_and_test.yml
vendored
@ -23,6 +23,11 @@ jobs:
|
||||
working-directory: ./backend
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Install nasm
|
||||
run: sudo apt-get install nasm
|
||||
- name: Build debug with tests
|
||||
run: make -B INCLUDE_TESTS=1
|
||||
- name: Run tests
|
||||
@ -35,6 +40,11 @@ jobs:
|
||||
working-directory: ./backend
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Install nasm
|
||||
run: sudo apt-get install nasm
|
||||
- name: Build release with tests
|
||||
run: make -B RELEASE=1 INCLUDE_TESTS=1
|
||||
- name: Run tests
|
||||
@ -50,6 +60,8 @@ jobs:
|
||||
- uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Install nasm
|
||||
run: sudo apt-get install nasm
|
||||
- name: Cache dependencies
|
||||
run: deno cache --check test/test.ts
|
||||
- name: Build with tests
|
||||
@ -73,6 +85,8 @@ jobs:
|
||||
- uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
- name: Install nasm
|
||||
run: sudo apt-get install nasm
|
||||
- name: Cache dependencies
|
||||
run: deno cache --check test/test.ts
|
||||
- name: Build release with tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user