add workflows

This commit is contained in:
Gregory John Casamento 2021-07-10 15:39:10 -04:00
parent f38b80ce02
commit a52067e739

View file

@ -1,20 +0,0 @@
# This is the CI workflow for gnustep base
name: CI
# Controls when the workflow will run
on: push
jobs:
build:
runs-on: ubuntu-latest
# Checkout and build...
steps:
- name: Checkout repository
- uses: actions/checkout@v2
- name: Build
run: ./.github/scripts/build.sh
- name: Run tests
run: ./.github/scripts/test.sh