mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 16:24:07 +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
|
working-directory: ./backend
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Build debug with tests
|
||||||
run: make -B INCLUDE_TESTS=1
|
run: make -B INCLUDE_TESTS=1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@ -35,6 +40,11 @@ jobs:
|
|||||||
working-directory: ./backend
|
working-directory: ./backend
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- 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
|
- name: Build release with tests
|
||||||
run: make -B RELEASE=1 INCLUDE_TESTS=1
|
run: make -B RELEASE=1 INCLUDE_TESTS=1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
@ -50,6 +60,8 @@ jobs:
|
|||||||
- uses: denoland/setup-deno@v2
|
- uses: denoland/setup-deno@v2
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
|
- name: Install nasm
|
||||||
|
run: sudo apt-get install nasm
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
run: deno cache --check test/test.ts
|
run: deno cache --check test/test.ts
|
||||||
- name: Build with tests
|
- name: Build with tests
|
||||||
@ -73,6 +85,8 @@ jobs:
|
|||||||
- uses: denoland/setup-deno@v2
|
- uses: denoland/setup-deno@v2
|
||||||
with:
|
with:
|
||||||
deno-version: v2.x
|
deno-version: v2.x
|
||||||
|
- name: Install nasm
|
||||||
|
run: sudo apt-get install nasm
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
run: deno cache --check test/test.ts
|
run: deno cache --check test/test.ts
|
||||||
- name: Build release with tests
|
- name: Build release with tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user