Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 27, 2023
1 parent a554cb5 commit 817ada4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion taskwarrior.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ DIFF_EXCLUDES=cmake.h
src_compile () {
lndirs
cd "$B"
cygcmake -DCMAKE_BUILD_TYPE=release
cygcmake -DCMAKE_BUILD_TYPE=release -DTASK_DOCDIR=share/taskwarrior/doc
cygmake
}

src_install () {
return 1
}

src_test () {
cd "${B}/test"
cygmake
Expand Down

0 comments on commit 817ada4

Please sign in to comment.