This commit is contained in:
@ -19,5 +19,10 @@ jobs:
|
||||
with:
|
||||
submodules: 'true'
|
||||
- run: |
|
||||
ls -lsah
|
||||
ls -lsah sinqMotor
|
||||
pushd sinqMotor
|
||||
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
|
||||
make install
|
||||
popd
|
||||
sed -i 's/ARCH_FILTER=.*/ARCH_FILTER=linux%/' Makefile
|
||||
echo "LIBVERSION=${CI_COMMIT_TAG:-0.0.1}" >> Makefile
|
||||
make install
|
||||
|
Reference in New Issue
Block a user