Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoussin committed Jan 13, 2020
1 parent 8302c9e commit 7a6dbe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 18,9 @@ git submodule update --init'''
sh '''mkdir build
cd build
export HOME=/tmp
qmake QTC_SOURCE=/qtcreator QTC_BUILD=/qtcreator ..
qmake QTC_SOURCE=/qtcreator QTC_BUILD=/qtcreator USE_USER_DESTDIR=YES ..
nice make -j $(nproc)
cp /qtcreator/lib/qtcreator/plugins/libDoxygen.so $WORKSPACE/'''
cp $HOME/.local/share/data/QtProject/qtcreator/plugins/**/libDoxygen.so $WORKSPACE/'''
}
}

Expand Down

0 comments on commit 7a6dbe8

Please sign in to comment.