Browse Source

build,circleci: enable CircleCI workflows

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne Champetier 6 years ago
parent
commit
4aeeeb65d4
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      .circleci/config.yml

+ 8
- 2
.circleci/config.yml View File

@ -6,8 +6,6 @@ jobs:
environment:
- 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"
branches:
ignore: master
steps:
- run:
name: Download the SDK
@ -59,3 +57,11 @@ jobs:
- store_artifacts:
path: ~/build_dir/bin
workflows:
version: 2
buildpr:
jobs:
- build:
filters:
branches:
ignore: master

Loading…
Cancel
Save