I hereby claim:
- I am jonm on github.
- I am jon_moore (https://keybase.io/jon_moore) on keybase.
- I have a public key whose fingerprint is 3B22 D2E5 0659 7415 CA3A A314 C8AC A2DA 5D1D 5E45
To claim this, I am signing this object:
version: '3' | |
services: | |
concourse-db: | |
image: postgres | |
environment: | |
- POSTGRES_DB=concourse | |
- POSTGRES_PASSWORD=CHANGEME | |
- POSTGRES_USER=concourse_user | |
- PGDATA=/database |
$ docker-machine ls | |
NAME ACTIVE DRIVER STATE URL SWARM DOCKER ERRORS | |
default * virtualbox Running tcp://192.168.99.100:2376 v18.01.0-ce |
I hereby claim:
To claim this, I am signing this object:
language: c | |
sudo: false | |
before_script: autoreconf --install | |
addons: | |
apt: | |
packages: | |
- check | |
install: | |
- ./ci/install-dependencies.sh | |
script: CFLAGS="-I`pwd`/Criterion/include" LDFLAGS="-L`pwd`/Criterion/build -Wl,-R -Wl,`pwd`/Criterion/build" ./configure && make && make check |
-- checking for one of the modules 'check' | |
CMake Error at /usr/share/cmake-2.8/Modules/CPack.cmake:338 (message): | |
CPack license resource file: | |
"/home/travis/build/jonm/SillyMUD/Criterion/debian.copyright" could not be | |
found. | |
Call Stack (most recent call first): | |
/usr/share/cmake-2.8/Modules/CPack.cmake:343 (cpack_check_file_exists) | |
dependencies/libcsptr/.cmake/Modules/PackageConfig.cmake:76 (include) | |
dependencies/libcsptr/CMakeLists.txt:92 (include) |
#!/usr/bin/env sh | |
git clone https://github.com/Snaipe/Criterion.git && \ | |
cd Criterion && \ | |
git fetch origin master:master && \ | |
git checkout master && \ | |
mkdir build && \ | |
cd build && \ | |
cmake .. && \ | |
cmake --build . && \ |
$ autoreconf --install | |
configure.ac:12: error: possibly undefined macro: AC_CHECK_HEADER_STDBOOL | |
If this token and others are legitimate, please use m4_pattern_allow. | |
See the Autoconf documentation. | |
autoreconf: /usr/bin/autoconf failed with exit status: 1 |
language: c | |
before_script: autoreconf --install | |
script: ./configure && make && make check |
language: c | |
script: ./configure && make && make check |
SUBDIRS = . security | |
sillydatadir = $(localstatedir)/sillymud | |
sillydata_DATA = 25102.messages 3093.messages 3094.messages 3095.messages \ | |
3096.messages 3097.messages 3098.messages 3099.messages Scripts.dat \ | |
actions bugs credits help help_table ideas info killfile login messages \ | |
mortal.board motd news players poses rhyodin skexie.board tinyworld.mob \ | |
tinyworld.shp tinyworld.wld tinyworld.zon typos util wiz.board wizlist \ | |
wizmotd tinyworld.obj |