Skip to content

Instantly share code, notes, and snippets.

name: Build Windows Desktop
# https://github.com/actions/virtual-environments
on:
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]
@MewX
MewX / iplist.json
Created December 28, 2017 10:19
Transsocks
{
"status": "ok",
"lines": [{
"ipaddr": "180.97.220.129",
"private": false,
"mode": "back-cn",
"load": 16,
"name": "回国线路24",
"location": "镇江",
"id": 35
@zhiyb
zhiyb / Makefile
Last active December 3, 2017 00:04
Building Qt and QtCreator from git using Makefile
# 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)