File tree Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1+ name : CompatHelper
2+
3+ on :
4+ schedule :
5+ - cron : ' 00 00 * * *'
6+
7+ jobs :
8+ CompatHelper :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Pkg.add("CompatHelper")
12+ run : julia -e 'using Pkg; Pkg.add("CompatHelper")'
13+ - name : CompatHelper.main()
14+ env :
15+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
16+ COMPATHELPER_PRIV : ${{ secrets.COMPATHELPER_PRIV }}
17+ run : julia -e 'using CompatHelper; CompatHelper.main()'
Original file line number Diff line number Diff line change 1010 - osx
1111
1212julia :
13- - 1.1
1413 - 1.4
14+ - nightly
1515
1616# matrix:
1717# allow_failures:
3232 script :
3333 - julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3434 - julia --project=docs/ docs/make.jl
35- after_success : skip
35+ after_success : skip
3636
3737after_success :
3838 - julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
3939
40- sudo : false
40+ sudo : false
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - julia_version : 1.1
3+ - julia_version : 1.4
4+ - julia_version : nightly
45
56platform :
67 - x86 # 32-bit
You can’t perform that action at this time.
0 commit comments