mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	run ci in docker
This commit is contained in:
		
							parent
							
								
									f62457a24e
								
							
						
					
					
						commit
						529cbc0379
					
				| @ -1,10 +1,14 @@ | |||||||
| language: shell | language: shell | ||||||
| sudo: required | sudo: required | ||||||
|  | dist: trusty | ||||||
| 
 | 
 | ||||||
| os: | os: | ||||||
|   - linux |   - linux | ||||||
|   - osx |   - osx | ||||||
| 
 | 
 | ||||||
|  | services: | ||||||
|  |   - docker | ||||||
|  | 
 | ||||||
| env: | env: | ||||||
|   global: |   global: | ||||||
|     - SHFMT_URL=https://github.com/mvdan/sh/releases/download/v0.4.0/shfmt_v0.4.0_linux_amd64 |     - SHFMT_URL=https://github.com/mvdan/sh/releases/download/v0.4.0/shfmt_v0.4.0_linux_amd64 | ||||||
| @ -30,7 +34,6 @@ install: | |||||||
|       openssl version 2>&1 || true; |       openssl version 2>&1 || true; | ||||||
|       $ACME_OPENSSL_BIN version 2>&1 || true; |       $ACME_OPENSSL_BIN version 2>&1 || true; | ||||||
|       export PATH="$_old_path"; |       export PATH="$_old_path"; | ||||||
|     else sudo apt-get -y update && sudo apt-get install -y socat; |  | ||||||
|     fi |     fi | ||||||
|    |    | ||||||
| script: | script: | ||||||
| @ -44,7 +47,7 @@ script: | |||||||
|   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck -e SC2181 **/*.sh && echo "shellcheck OK" ; fi |   - if [ "$TRAVIS_OS_NAME" = "linux" ]; then shellcheck -e SC2181 **/*.sh && echo "shellcheck OK" ; fi | ||||||
|   - cd .. |   - cd .. | ||||||
|   - git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest |   - git clone https://github.com/Neilpang/acmetest.git && cp -r acme.sh acmetest/ && cd acmetest | ||||||
|   - if [ "$TRAVIS_OS_NAME" = "linux" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ./letest.sh ; fi |   - if [ "$TRAVIS_OS_NAME" = "linux" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ./rundocker.sh testplat ubuntu:latest ; fi | ||||||
|   - if [ "$TRAVIS_OS_NAME" = "osx" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ACME_OPENSSL_BIN="$ACME_OPENSSL_BIN" ./letest.sh ; fi |   - if [ "$TRAVIS_OS_NAME" = "osx" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ACME_OPENSSL_BIN="$ACME_OPENSSL_BIN" ./letest.sh ; fi | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user