mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
add workflows
This commit is contained in:
parent
f38b80ce02
commit
a52067e739
1 changed files with 0 additions and 20 deletions
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
@ -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
|
Loading…
Reference in a new issue