mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Update CI test targets
This commit is contained in:
parent
1ef43a0dde
commit
47dd253a37
1 changed files with 8 additions and 8 deletions
|
@ -110,7 +110,7 @@ android:
|
||||||
gnupg
|
gnupg
|
||||||
unzip
|
unzip
|
||||||
wget
|
wget
|
||||||
- apt-get install -t bullseye-backports golang-1.16
|
- apt-get install -t bullseye-backports golang
|
||||||
|
|
||||||
- ndk=android-ndk-r21e-linux-x86_64.zip
|
- ndk=android-ndk-r21e-linux-x86_64.zip
|
||||||
- wget --continue --no-verbose https://dl.google.com/android/repository/$ndk
|
- wget --continue --no-verbose https://dl.google.com/android/repository/$ndk
|
||||||
|
@ -140,13 +140,6 @@ android:
|
||||||
- go get golang.org/x/mobile/bind
|
- go get golang.org/x/mobile/bind
|
||||||
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .
|
||||||
|
|
||||||
go-1.15:
|
|
||||||
image: golang:1.15-stretch
|
|
||||||
<<: *golang-docker-debian-template
|
|
||||||
<<: *test-template
|
|
||||||
script:
|
|
||||||
- *go-test
|
|
||||||
|
|
||||||
go-1.18:
|
go-1.18:
|
||||||
image: golang:1.18-stretch
|
image: golang:1.18-stretch
|
||||||
<<: *golang-docker-debian-template
|
<<: *golang-docker-debian-template
|
||||||
|
@ -161,6 +154,13 @@ go-1.19:
|
||||||
script:
|
script:
|
||||||
- *go-test
|
- *go-test
|
||||||
|
|
||||||
|
go-1.20:
|
||||||
|
image: golang:1.20-buster
|
||||||
|
<<: *golang-docker-debian-template
|
||||||
|
<<: *test-template
|
||||||
|
script:
|
||||||
|
- *go-test
|
||||||
|
|
||||||
debian-testing:
|
debian-testing:
|
||||||
image: debian:testing
|
image: debian:testing
|
||||||
<<: *debian-native-template
|
<<: *debian-native-template
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue