Skip to content

Commit 7ba1603

Browse files
authored
Merge pull request #1 from avr-rust/test-ci
Fix the CI suite
2 parents e9bcddc + b97a0d3 commit 7ba1603

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Test suite
22

3-
43
on:
54
push:
65
branches: [ master ]

Dockerfile.ci

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ COPY --chown=avr-rust:avr-rust . /code/avr-config
1717

1818
WORKDIR /code/avr-config
1919

20+
ENV AVR_CPU_FREQUENCY_HZ=16000000
21+
2022
CMD ["cargo", "build", "-Z", "build-std=core", "--target", "avr-atmega328p.json", "--release"]

0 commit comments

Comments
 (0)