Skip to content

Commit

Permalink
[awg] udptlspipe tests
Browse files Browse the repository at this point in the history
Signed-off-by: Iurii Egorov <[email protected]>
  • Loading branch information
leninalive committed Mar 21, 2024
1 parent 62f5791 commit 9cf3406
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-android
ref: master
ref: awg-udptlspipe
path: android/amneziawg-android
submodules: true

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build_awg_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,16 @@ jobs:
- name: 'Install dependencies'
run: brew install swiftlint

- name: 'Setup/Update Go'
uses: actions/setup-go@v5
with:
go-version: '>=1.22.1'

- name: 'Get AmneziaWG'
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-apple
ref: master
ref: awg-udptlspipe
path: awg-apple

- name: 'Build WG'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-go
ref: master
ref: udptlspipe
path: amneziawg-go

- name: 'Run build script'
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build_awg_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,16 @@ jobs:
steps:

- name: 'Setup/Update Go'
uses: actions/setup-go@v5
with:
go-version: '>=1.22.1'

- name: 'Get AmneziaWG'
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-go
ref: master
ref: udptlspipe
path: amneziawg-go

- name: 'Run build script'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_awg_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: amnezia-vpn/amneziawg-windows
ref: master
ref: awg-udptlspipe
path: windows/wireguard-windows

- name: 'Build WireGuard binary'
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 3rd-build-ga

Build 3rd on GitHub Actions

0 comments on commit 9cf3406

Please sign in to comment.