build,circleci: enable CircleCI workflows
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
parent
c48f3f6fbd
commit
4aeeeb65d4
1 changed files with 8 additions and 2 deletions
|
@ -6,8 +6,6 @@ jobs:
|
||||||
environment:
|
environment:
|
||||||
- SDK_BASE_URL: "https://downloads.lede-project.org/snapshots/targets/ar71xx/generic"
|
- SDK_BASE_URL: "https://downloads.lede-project.org/snapshots/targets/ar71xx/generic"
|
||||||
- SDK_FILE: "openwrt-sdk-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64.tar.xz"
|
- SDK_FILE: "openwrt-sdk-ar71xx-generic_gcc-7.3.0_musl.Linux-x86_64.tar.xz"
|
||||||
branches:
|
|
||||||
ignore: master
|
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: Download the SDK
|
name: Download the SDK
|
||||||
|
@ -59,3 +57,11 @@ jobs:
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ~/build_dir/bin
|
path: ~/build_dir/bin
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
version: 2
|
||||||
|
buildpr:
|
||||||
|
jobs:
|
||||||
|
- build:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: master
|
||||||
|
|
Loading…
Reference in a new issue