femtoTCP/.forgejo/workflows/linux.yml
Daniele Lacamera 16acc23b52
All checks were successful
/ unit_test (push) Successful in 39s
disabled interop test
2024-11-14 01:41:32 +01:00

33 lines
568 B
YAML

Name: Linux interop tests
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
unit_test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Update repo
run: |
sudo apt-get update
- name: Build linux tests
run: |
mkdir -p build/port
make
# - name: Run interop tests
# run: |
# sudo build/test
#
#
# Build only for now: no tuntap support in container