Parcourir la source

prepare travis

Sniperovitch il y a 8 ans
Parent
commit
b7590a3e16
2 fichiers modifiés avec 8 ajouts et 4 suppressions
  1. 4 0
      build.sh
  2. 4 4
      cocktail.conf.smp

+ 4 - 0
build.sh

@@ -0,0 +1,4 @@
+#!/bin/sh
+git clone https://github.com/hugoroy/exegetesDoc.git
+cp -v cocktail.conf.smp cocktail
+

+ 4 - 4
cocktail.conf.smp

@@ -1,9 +1,9 @@
 VERBOSE=1
 DEBUG=0
 
-PANDOC_FILTER_BASE=/home/bernard/exegetesDoc/filters
-PANDOC_INCLUDE_BASE=/home/bernard/exegetesDoc/pandocincludes
-WORKING_FOLDER=/home/bernard/tmp
+PANDOC_FILTER_BASE=$HOME/exegetesDoc/filters
+PANDOC_INCLUDE_BASE=$HOME/exegetesDoc/pandocincludes
+WORKING_FOLDER=$HOME/tmp
 
-STORE=/var/www/exegetes
+STORE=$HOME/store