From 98700aa83dcf8651b9ea5dfcd8d93cbba5027bb1 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 25 Aug 2023 12:54:46 +0200 Subject: [PATCH] Only build serial reader for now --- .gitea/workflows/pull_request.yaml | 46 +++++++++++++++--------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index c189583..a93736a 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -6,35 +6,35 @@ on: types: [opened, reopened, edited, review_requested, synchronize] jobs: - Arduino: - steps: - - uses: https://github.com/actions/checkout@v3 + # Arduino: + # steps: + # - uses: https://github.com/actions/checkout@v3 - - uses: https://github.com/dtolnay/rust-toolchain@stable + # - uses: https://github.com/dtolnay/rust-toolchain@stable - - name: Install dependencies - run: | - apt-get update - apt-get install --no-install-recommends -y gcc-avr + # - name: Install dependencies + # run: | + # apt-get update + # apt-get install --no-install-recommends -y gcc-avr - - name: Build - run: | - cd rust/arduino - cargo build + # - name: Build + # run: | + # cd rust/arduino + # cargo build - Pico: - steps: - - uses: https://github.com/actions/checkout@v3 + # Pico: + # steps: + # - uses: https://github.com/actions/checkout@v3 - - uses: https://github.com/dtolnay/rust-toolchain@stable + # - uses: https://github.com/dtolnay/rust-toolchain@stable - - name: Install flip-link - run: cargo install flip-link + # - name: Install flip-link + # run: cargo install flip-link - - name: Build - run: | - cd rust/pico - cargo build + # - name: Build + # run: | + # cd rust/pico + # cargo build Serial Reader: steps: @@ -46,7 +46,7 @@ jobs: run: | apt-get update apt-get install --no-install-recommends -y libpango1.0-dev libgtk-3-dev libudev-dev - + - name: Build run: | cd rust/serial_reader