Files
glorytun/.github/workflows/build.yml
Adrien Gallouët bccc9945f4 Try to use submodules
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2019-09-04 09:59:59 +00:00

21 lines
301 B
YAML

name: Build
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
with:
submodules: true
- name: Build glorytun
run: |
./sodium.sh
make