xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
<root> / scripts / appveyor / config.yml (a47aca3785cf22f1fc1eeba766db6f1ee0e86d07) (1,810B) (mode 100644) [raw]
version: "{build}"
clone_depth: 1

environment:
    matrix:
        - BUILDENV: nix
          CC: ccache clang
          APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
        - BUILDENV: nix
          CC: ccache gcc
          COLLECT_COVERAGE: yes
          APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
        - BUILDENV: nix
          CC: clang
          APPVEYOR_BUILD_WORKER_IMAGE: macOS
          CONFIGURE_EXTRA: --with-sanitize=basic
        - BUILDENV: nix
          CC: gcc
          APPVEYOR_BUILD_WORKER_IMAGE: macOS
        - PATH: c:/msys64/mingw32/bin;c:/msys64/usr/local/bin;c:/msys64/usr/bin;%PATH%
          RELEASE: 1
          BUILDENV: win
          APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
        - PATH: c:/msys64/mingw64/bin;c:/msys64/usr/local/bin;c:/msys64/usr/bin;%PATH%
          RELEASE: 1
          BUILDENV: win
          APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
        - PATH: c:/msys64/mingw32/bin;c:/msys64/usr/local/bin;c:/msys64/usr/bin;%PATH%
          RELEASE: 0
          BUILDENV: win
          APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
        - PATH: c:/msys64/mingw64/bin;c:/msys64/usr/local/bin;c:/msys64/usr/bin;%PATH%
          RELEASE: 0
          BUILDENV: win
          APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
    COVERALLS_REPO_TOKEN:
          secure: 65aY7ZKc9RBSh/ZqO/qPrGyFHWzDjttviyIj7gVy0E4mfXYoeUItxGCrTnqATKT3

cache:
    - $HOME/.ccache
    - config.cache
    - src/mingw-libgnurx-2.5.1
    - src/PDCurses-3.8

before_build:
    - cmd: bash scripts/appveyor/%BUILDENV%/build-deps
    - sh: scripts/appveyor/$BUILDENV/build-deps

build_script:
    - cmd: bash scripts/appveyor/%BUILDENV%/build
    - sh: scripts/appveyor/$BUILDENV/build

test_script:
    - cmd: bash scripts/appveyor/%BUILDENV%/test
    - sh: scripts/appveyor/$BUILDENV/test
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/vifm

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

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