This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://wiki.qt.io/Building_Qt_5_from_Git | |
# https://wiki.qt.io/Building_Qt_Creator_from_Git | |
# https://www.raspberrypi.org/forums/viewtopic.php?f=33&t=106432 | |
#GIT_FLAGS ?= --depth 1 | |
INSTALL_SUDO ?= sudo | |
QT_GIT_URI ?= git://code.qt.io/qt/qt5.git | |
QT_GIT_TAG ?= -b 5.10 | |
QT_INSTALL ?= /opt/Qt/g$$(git rev-list -n1 --abbrev-commit HEAD) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"status": "ok", | |
"lines": [{ | |
"ipaddr": "180.97.220.129", | |
"private": false, | |
"mode": "back-cn", | |
"load": 16, | |
"name": "回国线路24", | |
"location": "镇江", | |
"id": 35 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Windows Desktop | |
# https://github.com/actions/virtual-environments | |
on: | |
# push: | |
# branches: [ main ] | |
# pull_request: | |
# branches: [ main ] |