Compare commits
No commits in common. "b781257a1730694ceda722b49e1a2fc1df3f6407" and "848bb98926b2f72ee5ec06a05cd619f0e0e494b4" have entirely different histories.
b781257a17
...
848bb98926
1 changed files with 0 additions and 18 deletions
18
.github/workflows/unittests.yml
vendored
18
.github/workflows/unittests.yml
vendored
|
@ -1,18 +0,0 @@
|
||||||
name: Run UnitTests
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- '*'
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-and-run-tests:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Install dependencies
|
|
||||||
run: sudo /usr/bin/env DEBIAN_FRONTEND=noninteractive apt-get install libgtest-dev cmake git libsodium-dev
|
|
||||||
- name: Get sources
|
|
||||||
run: git clone --depth=1 --no-single-branch https://github.com/Stephen-Seo/UDPConnection.git UDPC && cd UDPC && git checkout $GITHUB_REF_NAME
|
|
||||||
- name: Build sources
|
|
||||||
run: cd UDPC && cmake -S . -B buildDebug -DCMAKE_BUILD_TYPE=Debug && make -C buildDebug
|
|
||||||
- name: Run tests
|
|
||||||
run: ./UDPC/buildDebug/UnitTest
|
|
Loading…
Reference in a new issue