xaizek / zograscope (License: AGPLv3 only) (since 2018-12-07)
Mainly a syntax-aware diff that also provides a number of additional tools.
Commit 428502098ddc2104f743cffc509c6f93e3cdfb2e

Fix AppVeyor config
Added "-bigsur" in a wrong place.
Author: xaizek
Author date (UTC): 2023-04-02 18:02
Committer name: xaizek
Committer date (UTC): 2023-04-02 18:02
Parent(s): ce9f8e76ecdc1364aa30b6d6f702e36d5f7b1b8b
Signing key: 99DC5E4DB05F6BE2
Tree: f88a28a11e972c6da8803541d308cacce483940e
File Lines added Lines deleted
data/appveyor/config.yml 2 2
File data/appveyor/config.yml changed (mode: 100644) (index 3862e84..03b90fc)
... ... environment:
13 13 CC: ccache gcc CC: ccache gcc
14 14 CXX: ccache g++ CXX: ccache g++
15 15 APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
16 - BUILDENV: macos-bigsur
16 - BUILDENV: macos
17 17 CC: ccache clang CC: ccache clang
18 18 CXX: ccache clang++ CXX: ccache clang++
19 APPVEYOR_BUILD_WORKER_IMAGE: macOS
19 APPVEYOR_BUILD_WORKER_IMAGE: macos-bigsur
20 20
21 21 cache: cache:
22 22 - $HOME/.ccache - $HOME/.ccache
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/zograscope

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/zograscope

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master