mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
4de42c89ef
commit
c462936cdf
@ -73,22 +73,22 @@ build_UWP:
|
||||
- '$env:MSI_RELEASE_FOLDER\YourApp Setup.msi' # saving msi to copy to deploy folder
|
||||
- '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
|
||||
|
||||
test_job:
|
||||
stage: test
|
||||
tags:
|
||||
- xamarin
|
||||
- windows
|
||||
# only:
|
||||
# - tags
|
||||
script:
|
||||
- '& "$env:NUNIT_PATH" ".\$env:TEST_FOLDER\Tests.dll"' # running NUnit tests
|
||||
artifacts:
|
||||
when: always # save test results even when the task fails
|
||||
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
|
||||
paths:
|
||||
- '.\TestResult.xml' # saving NUnit results to copy to deploy folder
|
||||
dependencies:
|
||||
- build_job
|
||||
# test_job:
|
||||
# stage: test
|
||||
# tags:
|
||||
# - xamarin
|
||||
# - windows
|
||||
# # only:
|
||||
# # - tags
|
||||
# script:
|
||||
# - '& "$env:NUNIT_PATH" ".\$env:TEST_FOLDER\Tests.dll"' # running NUnit tests
|
||||
# artifacts:
|
||||
# when: always # save test results even when the task fails
|
||||
# expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
|
||||
# paths:
|
||||
# - '.\TestResult.xml' # saving NUnit results to copy to deploy folder
|
||||
# dependencies:
|
||||
# - build_job
|
||||
|
||||
# deploy_job:
|
||||
# stage: deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user