mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
remote automake branch workflow until work on it continues
This commit is contained in:
28
.github/workflows/make-autotest.yml
vendored
28
.github/workflows/make-autotest.yml
vendored
@@ -1,28 +0,0 @@
|
||||
name: Run make test for automake branch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- automake
|
||||
schedule:
|
||||
- cron: '30 9 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: automake
|
||||
- name: init
|
||||
run: sh ./build.sh init
|
||||
- name: configure
|
||||
run: ./configure
|
||||
- name: make
|
||||
run: make
|
||||
- name: make test
|
||||
run: cd test ; make test
|
||||
Reference in New Issue
Block a user