test new build system
This commit is contained in:
14
build/build.sh
Executable file
14
build/build.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
TASKWARRIOR=$1
|
||||
|
||||
wget http://taskwarrior.org/download/task-$TASKWARRIOR.tar.gz
|
||||
gunzip task-$TASKWARRIOR.tar.gz
|
||||
tar xf task-$TASKWARRIOR.tar
|
||||
cd task-$TASKWARRIOR
|
||||
sudo apt-get install cmake build-essential uuid-dev libgnutls-dev libreadline6-dev --force-yes
|
||||
sudo cmake -DCMAKE_BUILD_TYPE=release .
|
||||
sudo make
|
||||
cd ..
|
||||
cp task-$TASKWARRIOR/src/task ./taskwarrior-$TASKWARRIOR
|
||||
sudo rm -Rf task-$TASKWARRIOR*
|
BIN
build/taskwarrior-2.4.3
Executable file
BIN
build/taskwarrior-2.4.3
Executable file
Binary file not shown.
BIN
build/taskwarrior-2.4.4
Executable file
BIN
build/taskwarrior-2.4.4
Executable file
Binary file not shown.
Reference in New Issue
Block a user