Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
iTasks-SDK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
83
Issues
83
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
fc0eb6be
Verified
Commit
fc0eb6be
authored
Dec 19, 2020
by
Camil Staps
🚀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a newly built web resource collector in CI
parent
8dae8e0b
Pipeline
#47622
passed with stages
in 9 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
17 deletions
+16
-17
.gitlab-ci.yml
.gitlab-ci.yml
+16
-17
No files found.
.gitlab-ci.yml
View file @
fc0eb6be
...
...
@@ -18,13 +18,18 @@ npm:
paths
:
-
Libraries/node_modules
linux-x64
:
.base
:
stage
:
test
before_script
:
-
install_clean.sh bundle-complete
-
apt-get update -qq
-
apt-get install -y -qq build-essential libsqlite3-dev libmariadbclient-dev-compat
script
:
-
cd Tools
-
cp WebResourceCollector.prj{.default,}
-
cpm WebResourceCollector.prj
-
cp WebResourceCollector $CLEAN_HOME/lib/exe/itasks-web-collector
-
cd ..
-
bash Tests/posix.sh
artifacts
:
when
:
always
...
...
@@ -33,8 +38,11 @@ linux-x64:
reports
:
junit
:
Tests/Unit/*-junit.xml
linux-x64
:
extends
:
.base
linux-x86
:
stage
:
test
extends
:
.base
only
:
-
master
before_script
:
...
...
@@ -42,17 +50,9 @@ linux-x86:
-
apt-get update -qq
-
apt-get install -y -qq build-essential libsqlite3-dev:i386 libmariadbclient-dev-compat:i386
-
sed -i 's/x64/x86/g' Tests/posix.sh
script
:
-
bash Tests/posix.sh
artifacts
:
when
:
always
paths
:
-
Tests/Unit/*-junit.xml
reports
:
junit
:
Tests/Unit/*-junit.xml
windows-x64
:
stage
:
test
extends
:
.base
only
:
-
master
tags
:
...
...
@@ -67,13 +67,12 @@ windows-x64:
-
$Env:CLEAN_HOME = "$Pwd\\clean-bundle-complete"
-
$Env:Path += ";${Env:CLEAN_HOME}"
script
:
-
cd Tools
-
sed 's/lib/Libraries/' WebResourceCollector.prj.default | Out-File -encoding ASCII WebResourceCollector.prj
-
Start-Process -NoNewWindow -Wait cpm -ArgumentList WebResourceCollector.prj
-
cp WebResourceCollector.exe "${Env:CLEAN_HOME}\\Tools\\Clean System\\WebResourceCollector.exe"
-
cd ..
-
bash Tests/windows.sh
artifacts
:
when
:
always
paths
:
-
Tests/Unit/*-junit.xml
reports
:
junit
:
Tests/Unit/*-junit.xml
selenium
:
stage
:
test
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment