mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
build,circleci: enable CircleCI workflows
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user