Skip to content

Commit

Permalink
[CBRD-25184] Revise Circle CI configuration for PL/CSQL phase-1 (#5142)
Browse files Browse the repository at this point in the history
http://jira.cubrid.org/browse/CBRD-25184

- Add `BRANCH_TESTCASES: feature/plcsql-1` env value
- Change `build-windows` to be performed after `build`.
  • Loading branch information
hgryoo authored Apr 25, 2024
1 parent af9989d commit 4aaab59
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ test_defaults: &test_defaults
shell: /bin/bash
environment:
_JAVA_OPTIONS: -Xmx1g
BRANCH_TESTCASES: feature/plcsql-p1
command: |
ulimit -c 1
/entrypoint.sh checkout
Expand Down Expand Up @@ -102,7 +103,7 @@ jobs:
build-windows:
machine:
image: 'windows-server-2019-vs2019:2022.08.1'
resource_class: windows.large
resource_class: windows.medium
shell: powershell.exe -ExecutionPolicy Bypass
environment:
- CMAKE_GENERATOR: "Visual Studio 16 2019"
Expand Down Expand Up @@ -148,4 +149,6 @@ workflows:
requires:
- build

- build-windows
- build-windows:
requires:
- build

0 comments on commit 4aaab59

Please sign in to comment.