Skip to content

Commit

Permalink
Add weekly builds, modify coverage build, temporarily disable macos-1…
Browse files Browse the repository at this point in the history
…3 build.
  • Loading branch information
nealkruis authored Jul 29, 2024
1 parent c522c49 commit c0a95ba
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Test

on: push
on:
push:
schedule:
- cron: "0 9 * * SUN"

env:
RT_URL: github.com/bigladder/kiva-test-results.git
Expand Down Expand Up @@ -30,24 +33,24 @@ jobs:
coverage: false
cc: cl
cxx: cl
- os: macos
os_ver: "13"
config: Release
coverage: false
cc: clang
cxx: clang++
# - os: macos
# os_ver: "13"
# config: Release
# coverage: false
# cc: clang
# cxx: clang++
- os: macos
os_ver: "12"
config: Release
coverage: false
cc: clang
cxx: clang++
- os: ubuntu
os_ver: "24.04"
os_ver: "22.04"
config: Debug
coverage: true
cc: gcc-13
cxx: g++-13
cc: gcc-10
cxx: g++-10
defaults:
run:
shell: bash
Expand Down

0 comments on commit c0a95ba

Please sign in to comment.