Make sure objects are cleared before compiling

This commit is contained in:
Dimitris Panokostas 2020-09-17 12:28:32 +02:00
parent 5c5a8ad341
commit b4cb0738e9
9 changed files with 9 additions and 0 deletions

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs

View file

@ -3,6 +3,7 @@ steps:
- checkout: self
submodules: true
- script: |
make clean
cd external/capsimg
./bootstrap.fs
./configure.fs