From: Etienne Champetier Date: Mon, 29 Oct 2018 03:06:43 +0000 (-0400) Subject: build,circleci: enable CircleCI workflows X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4aeeeb65d471e6ddef19fcadc2315c571f6753d3;p=openwrt-packages.git build,circleci: enable CircleCI workflows Signed-off-by: Etienne Champetier --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 509119505..7c57813aa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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