(experiment) add cron

This commit is contained in:
Peter Squicciarini 2020-09-20 15:28:07 -07:00
parent 401a51153f
commit a1985c9eb9
No known key found for this signature in database
GPG key ID: B93D26A09E953403
2 changed files with 4 additions and 3 deletions
.github/workflows

View file

@ -1,6 +1,8 @@
name: linux_build
on:
schedule:
- cron: '0 0 * * *'
push:
pull_request:
branches: [ master ]
@ -78,9 +80,6 @@ jobs:
export CC_host=/usr/bin/gcc
export CXX_host=/usr/bin/g++
export PKG_CONFIG_LIBDIR=/usr/lib/$triplet/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
else
sudo apt-get update
sudo apt-get install libx11-dev
fi
if: env.SHOULD_BUILD == 'yes'

View file

@ -1,6 +1,8 @@
name: macos_build
on:
schedule:
- cron: '0 0 * * *'
push:
pull_request:
branches: [ master ]