Skip to content

Commit

Permalink
更新打包脚本,及细节调整
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Jul 15, 2020
1 parent b545db2 commit 32f7511
Show file tree
Hide file tree
Showing 11 changed files with 741 additions and 1,800 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ language: python
python:
- 3.6

install:
- pip install pycurl

git:
depth: 1

Expand All @@ -14,13 +17,11 @@ addons:
- p7zip-full

script:
- export PYTHON_VERSION=3.8.3
- export PYTHON_VERSION=3.8.4
- export PYTHON_IMPL_VERSION=cp38
- export RELEASE_VERSION=$(grep -oP '[0-9\.ab]+' local/__init__.py)

before_deploy:
- pip install pycurl

- curl -L -o cert/cacerts/mozilla.pem https://curl.haxx.se/ca/cacert.pem
- curl -L -o cert/cacerts/google.pem https://pki.google.com/roots.pem
- python launcher/buildipdb.py -u -d --17mon
Expand Down Expand Up @@ -59,14 +60,14 @@ before_deploy:

deploy:
provider: releases
api_key:
secure: ${DEPLOY_TOKEN}
api_key: ${DEPLOY_TOKEN}
file_glob: true
file:
- "*.zip"
- "*.7z"
- "*sum"
skip_cleanup: true
draft: true
on:
tags: true
repo: SeaHOH/GotoX
Expand Down
465 changes: 204 additions & 261 deletions cert/cacerts/google.pem

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cert/cacerts/mozilla.pem
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Bundle of CA Root Certificates
##
## Certificate data from Mozilla as of: Wed Jan 1 04:12:10 2020 GMT
## Certificate data from Mozilla as of: Wed Jun 24 03:12:10 2020 GMT
##
## This is a bundle of X.509 certificates of public Certificate Authorities
## (CA). These were automatically extracted from Mozilla's root certificates
Expand All @@ -13,8 +13,8 @@
## an Apache+mod_ssl webserver for SSL client authentication.
## Just configure this file as the SSLCACertificateFile.
##
## Conversion done with mk-ca-bundle.pl version 1.27.
## SHA256: f3bdcd74612952da8476a9d4147f50b29ad0710b7dd95b4c8690500209986d70
## Conversion done with mk-ca-bundle.pl version 1.28.
## SHA256: 5796295533cad5a648a20a115b0894dc9b318c41501796e7158e824c323f11c3
##


Expand Down
Loading

0 comments on commit 32f7511

Please sign in to comment.