This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
Update README to inform new users that they should use Simu5G #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and run fingerprint tests | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Build and run fingerprint tests | |
run: | | |
docker run --rm -v ${{ github.workspace }}:/root/models -u "$(id -u):$(id -g)" \ | |
omnetpp/inet:o6.0pre10-4.3.0 \ | |
/bin/bash -c "cd /root/models && make makefiles && make tests -j4" |