This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
c48f3f6fbd
commit
4aeeeb65d4
1 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save