Skip to content

Commit

Permalink
Merge pull request #4 from ckormanyos/branch_protection_and_monthly
Browse files Browse the repository at this point in the history
Add branch protection and nightly build
  • Loading branch information
ckormanyos authored Dec 15, 2023
2 parents 34368bc + 7fd8387 commit 22f7f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/avr-gcc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches:
- '**'
pull_request:
schedule:
- cron: '30 10 1 * *' # run at 10:30 AM every first day of the month (UTC, see also https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules?hl=en)
jobs:
avr-gcc-build-native:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -50,6 +52,7 @@ jobs:
./avr-gcc-010-build-binutils.sh
echo "verify build binutils"
ls -la /home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr/bin
ls -la /home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr/bin/avr-ld.exe
- name: avr-gcc-update-bash_profile
shell: bash -l {0}
run: |
Expand All @@ -62,3 +65,4 @@ jobs:
./avr-gcc-020-build-gcc.sh
echo "verify build gcc"
ls -la /home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr/bin
ls -la /home/runner/work/avr-gcc-build/avr-gcc-build/local/gcc-13.2.0-avr/bin/avr-g++.exe

0 comments on commit 22f7f1e

Please sign in to comment.