Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/flipperdevices/libusb_stm32.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Filimonchuk <dmitrystu@gmail.com>2021-03-03 23:56:01 +0300
committerGitHub <noreply@github.com>2021-03-03 23:56:01 +0300
commit57dc4297861ef5fd2b0b272be548b683bc9d3abf (patch)
tree123cdc6a5468bc8baf36e6543bfb2c5b17d1c1bd /.github/workflows/test-build-lnx.yml
parent6e83fe13280c8f5456506460e8e239a7478334f8 (diff)
moved to github-ci (#85)
* moved to github-ci * update badges
Diffstat (limited to '.github/workflows/test-build-lnx.yml')
-rw-r--r--.github/workflows/test-build-lnx.yml54
1 files changed, 54 insertions, 0 deletions
diff --git a/.github/workflows/test-build-lnx.yml b/.github/workflows/test-build-lnx.yml
new file mode 100644
index 0000000..e3d19af
--- /dev/null
+++ b/.github/workflows/test-build-lnx.yml
@@ -0,0 +1,54 @@
+name: LNX build
+on:
+ pull_request:
+ branches:
+ - master
+ paths-ignore:
+ - '**.md'
+ push:
+ branches:
+ - master
+ paths-ignore:
+ - '**.md'
+
+jobs:
+ build:
+ name: Linux
+ env:
+ CMSIS: CMSIS_5
+ runs-on: ubuntu-latest
+ steps:
+ - name: ARM GCC setup
+ uses: fiam/arm-none-eabi-gcc@v1
+ with:
+ release: 8-2019-q3
+ - name: Checkout
+ uses: actions/checkout@v2
+ - name: Resolve prerequisites
+ run: make cmsis
+ - name: testbuild F103
+ run: make stm32f103x6
+ - name: testbuild F303
+ run: make stm32f303xe
+ - name: testbuild F105
+ run: make stm32f105xb
+ - name: testbuild L052
+ run: make stm32l052x8
+ - name: testbuild L100
+ run: make stm32l100xc
+ - name: testbuild L476
+ run: make stm32l476xg
+ - name: testbuild F429
+ run: make stm32f429xi
+ - name: testbuild L433
+ run: make stm32l433cc
+ - name: testbuild F070
+ run: make stm32f070xb
+ - name: testbuild G431
+ run: make stm32g431xb
+ - name: testbuild F446
+ run: make stm32f446xc
+ - name: testbuild F373
+ run: make stm32f373xc
+ - name: testbuild F745
+ run: make stm32f745xe