Why not have some Travis action

main
Dan Buch 10 years ago
parent b66805c52c
commit 57dbc0368f

@ -0,0 +1,2 @@
---
language: c

@ -1,21 +1,13 @@
SOURCES := $(shell ls | egrep -v 'README|Makefile')
SOURCES := $(shell ls | grep -E -v 'README|Makefile')
TARGETS := $(patsubst %,$(HOME)/.%,$(SOURCES))
$(HOME)/.%: %
ln -sv $(PWD)/'$^' '$@'
all: $(TARGETS) $(HOME)/.janus/go
if [[ ! -e '$@' ]] ; then ln -sv '$(PWD)/$^' '$@' ; fi
.PHONY: all
all: $(TARGETS)
.PHONY: echo
echo:
@echo SOURCES=$(SOURCES)
@echo TARGETS=$(TARGETS)
$(HOME)/.janus/go:
test -n "$$GOROOT" && ln -sv $$GOROOT/misc/vim ~/.janus/go ; true
.PHONY: all echo

@ -1,8 +1,7 @@
# === EDIT FILE LOCATIONS BELOW ===
# Your todo.txt directory
#export TODO_DIR="/Users/gina/Documents/todo"
export TODO_DIR="$HOME/Dropbox/buchfam/todo"
export TODO_DIR="$HOME/Dropbox/dan/todo"
# Your todo/done/report.txt locations
export TODO_FILE="$TODO_DIR/todo.txt"

@ -1,8 +0,0 @@
test -f /etc/rc.conf && source /etc/rc.conf
setxkbmap ${KEYMAP-dvorak}
exec gnome-session
# vim:filetype=sh
Loading…
Cancel
Save