build: ci fix
* test paths changed * moving javatest to the back caused sometimes error if run before other test
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ Linux64:
|
||||
- ./script/buildonly.sh package
|
||||
- ./build/Release/app/Coati --licenseFile ./setup/license.txt
|
||||
- cd ./bin/test
|
||||
- ../../Release/build/Coati_test
|
||||
- ../../build/Release/test/Coati_test
|
||||
artifacts:
|
||||
paths:
|
||||
- distr/Coati*.tar.gz
|
||||
@@ -26,7 +26,7 @@ Linux32:
|
||||
- ./script/buildonly.sh package
|
||||
- ./build/Release/app/Coati --licenseFile ./setup/license.txt
|
||||
- cd ./bin/test
|
||||
- ../../Release/build/Coati_test
|
||||
- ../../build/Release/test/Coati_test
|
||||
artifacts:
|
||||
paths:
|
||||
- distr/Coati*.tar.gz
|
||||
|
||||
@@ -16,12 +16,11 @@ add_files(
|
||||
FileSystemTestSuite.h
|
||||
GeneratorTestSuite.h
|
||||
GraphTestSuite.h
|
||||
JavaParserTestSuite.h
|
||||
LogManagerTestSuite.h
|
||||
MatrixBaseTestSuite.h
|
||||
MessageQueueTestSuite.h
|
||||
NetworkProtocolHelperTestSuite.h
|
||||
SettingsTestSuite.h
|
||||
SettingsTestSuite.h
|
||||
SettingsMigratorTestSuite.h
|
||||
SearchIndexTestSuite.h
|
||||
SqliteStorageTestSuite.h
|
||||
@@ -31,4 +30,5 @@ add_files(
|
||||
TokenLocationCollectionTestSuite.h
|
||||
UtilityStringTestSuite.h
|
||||
Vector2TestSuite.h
|
||||
JavaParserTestSuite.h
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user