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.
Commit 6ac41137ad4e0ae65ac6b7041fe17e58471b4ca2

Run tests in deploy script after archiving on Win
It sounds like a good idea to test just built release binaries.
Author: xaizek
Author date (UTC): 2018-02-03 14:13
Committer name: xaizek
Committer date (UTC): 2018-02-05 10:39
Parent(s): b55eea1c4422216864cdfd6245075394ec44f701
Signing key: 99DC5E4DB05F6BE2
Tree: 950c31f99c55851d85f34915ff231f24dcbd834b
File Lines added Lines deleted
scripts/deploy 4 0
File scripts/deploy changed (mode: 100755) (index a6ecbe2d6..d3ebe04a9)
... ... if [ "$target" = all -o "$target" = archive ]; then
125 125 echo "ERROR: Building project failed." echo "ERROR: Building project failed."
126 126 exit 3 exit 3
127 127 fi fi
128 if ! RELEASE=1 make -C src/ -f Makefile.win check; then
129 echo "ERROR: Testing project failed."
130 exit 4
131 fi
128 132
129 133 set -e set -e
130 134
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