xaizek / fragile (License: AGPLv3+) (since 2018-12-07)
Simple lightweight CI, attempting to be somewhat Unix-like in its philosophy.
Commit 3e318b90834117d9cdef68e51e9e851cb06f3ab4

Add 'ERROR: 0' to sample builder
Author: xaizek
Author date (UTC): 2018-10-05 17:27
Committer name: xaizek
Committer date (UTC): 2018-10-05 17:27
Parent(s): 9e247f97c01f0c3395ee45a95f6b1d4ad5634ad2
Signing key: 99DC5E4DB05F6BE2
Tree: 6111716c47c3ff84cdff2acfda5433ed4b2a4a8c
File Lines added Lines deleted
builders/mxe32 1 0
File builders/mxe32 changed (mode: 100755) (index ab9213a..8208cf3)
... ... echo "I'm a MXE-32 build script."
4 4 echo "FRAGILE_REPO = $FRAGILE_REPO" echo "FRAGILE_REPO = $FRAGILE_REPO"
5 5
6 6 echo "WARNING: oups" echo "WARNING: oups"
7 echo "ERROR: 0"
7 8
8 9 sleep 2 sleep 2
9 10
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/fragile

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

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