Skip to content

Commit

Permalink
Added missing $MAKE_TARGET
Browse files Browse the repository at this point in the history
Forgot to add in previous commit...
  • Loading branch information
pfeerick committed Jul 23, 2017
1 parent 9c3b471 commit 0d5beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ node('docker && linux-build') {
sh '''#!/bin/bash
set +xe
export CCACHE_DIR=$WORKSPACE/ccache
make -j$(nproc)
make -j$(nproc) $MAKE_TARGET
'''
}
}
Expand Down

0 comments on commit 0d5beb0

Please sign in to comment.