Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DapCash Wallet
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DapCash
DapCash Wallet
Commits
362bc8fd
Commit
362bc8fd
authored
4 years ago
by
alexandr.kravchenko
Browse files
Options
Downloads
Patches
Plain Diff
Corrected dashboard build rules
parent
2d742889
No related branches found
Branches containing commit
No related tags found
1 merge request
!11
Cellframe clone
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+113
-2
113 additions, 2 deletions
.gitlab-ci.yml
with
113 additions
and
2 deletions
.gitlab-ci.yml
+
113
−
2
View file @
362bc8fd
#before_build:
stages
:
-
prepare
-
build
-
test
-
deploy
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
cellframe-dashboard-schedule
:
# Prepare
#
#
dapchain-client-test
:
stage
:
build
tags
:
-
cellframe-dashboard
-
dapchain-client
except
:
-
merge_request
-
develop
-
master
-
/^pubtest.*$/
-
/^release.*$/
script
:
~/production/integration/gitlab-CI/build_test_handler.sh cellframe-dashboard
#dapchain-client-merge-request-windows:
# stage: build
# tags:
# - dapchain-client
# only: [merge_requests]
# except:
# variables:
# - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard windows
dapchain-client-merge-request-linux
:
stage
:
build
tags
:
-
dapchain-client
only
:
[
merge_requests
]
except
:
variables
:
-
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"
-
$CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "/^release.*$/"
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard linux
#dapchain-client-merge-request-mac:
# stage: build
# tags:
# - dapchain-client
# only: [merge_requests]
# except:
# variables:
# - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard mac
#dapchain-client-merge-request-android:
# stage: build
# tags:
# - dapchain-client
# only: [merge_requests]
# except:
# variables:
# - $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != "master"
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard android
dapchain-client-schedule
:
stage
:
build
tags
:
-
dapchain-client
only
:
-
schedules
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard
dapchain-client_linux
:
stage
:
build
tags
:
-
dapchain-client
only
:
-
master
-
/^release.*$/
-
/^pubtest.*$/
script
:
~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard linux
#dapchain-client_mac:
# stage: build
# tags:
# - dapchain-client
# only:
# - master
# - /^release.*$/
# - /^pubtest.*$/
# - develop
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard mac
#dapchain-client_android:
# stage: build
# tags:
# - dapchain-client
# only:
# - master
# - /^release.*$/
# - /^pubtest.*$/
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard android
#dapchain-client_windows:
# stage: build
# tags:
# - dapchain-client
# only:
# - /^pubtest.*$/
# - /^release.*$/
# except:
# - master
# script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-dashboard windows
# Test
# run unit-tests
# Deploy
# cp to builds folder
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment