58
58
# Setup & install feeds
59
59
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/feeds.buildinfo -O feeds.conf
60
60
echo "src-git awgopenwrt https://github.com/yury-sannikov/awg-openwrt.git" >> ./feeds.conf
61
- ./scripts/feeds update
62
- ./scripts/feeds install -a
61
+ ./scripts/feeds update && ./scripts/feeds install -a
63
62
64
63
# Setup config with AWG and dependencies
65
64
wget https://downloads.openwrt.org/releases/${{ matrix.tag }}/targets/${{ matrix.build_env.target}}/${{ matrix.build_env.subtarget}}/config.buildinfo -O .config
94
93
exit 1
95
94
fi
96
95
97
- - name : Build amneziawg-tools
96
+ - name : Build AmneziaWG
98
97
run : |
99
98
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
100
99
echo "Vermagic: $VERMAGIC"
@@ -106,19 +105,15 @@ jobs:
106
105
exit 1
107
106
fi
108
107
109
- make V=s package/amneziawg-tools/{clean,download,prepare}
110
- make V=s package/amneziawg-tools/compile
111
-
112
- - name : Build kmod-amneziawg
113
- run : |
114
108
make package/kmod-amneziawg/{clean,download,prepare}
115
109
make package/kmod-amneziawg/compile
116
110
117
- - name : Build luci
118
- run : |
119
111
make package/luci-app-amneziawg/{clean,download,prepare}
120
112
make package/luci-app-amneziawg/compile V=s
121
113
114
+ make V=s package/amneziawg-tools/{clean,download,prepare}
115
+ make V=s package/amneziawg-tools/compile
116
+
122
117
- name : Prepare artifacts
123
118
run : |
124
119
tag_name=${{ github.ref_name }}
0 commit comments