Skip to content

Commit

Permalink
Merge branch '35-gtr-v114' into 'main'
Browse files Browse the repository at this point in the history
Resolve "release gtr v114"

Closes #35

See merge request devel/gams-transfer-r!44
  • Loading branch information
abhosekar committed Mar 27, 2023
2 parents 71480a9 + c34eec4 commit e09fbf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ build_r_linux_binary:
stage: build
tags:
- linux
needs: [install-gamsdist-leg]
image:
name: registry.gams.com/devel/gams-transfer-r/linux/builder
script:
Expand All @@ -206,6 +207,7 @@ build_r_source:
stage: build
tags:
- linux
needs: [install-gamsdist-leg]
image:
name: registry.gams.com/devel/gams-transfer-r/linux/builder
script:
Expand All @@ -226,6 +228,7 @@ build_r_macos:
stage: build
tags:
- macos
needs: [install-gamsdist-deg]
script:
- mkdir -p $CI_PROJECT_DIR/myinstalldir
- R CMD INSTALL gamstransfer --build -l $CI_PROJECT_DIR/myinstalldir
Expand All @@ -243,6 +246,7 @@ build_r_macos_arm64:
stage: build
tags:
- macos-arm64
needs: [install-gamsdist-arm64]
script:
- mkdir -p $CI_PROJECT_DIR/myinstalldir
- R CMD INSTALL gamstransfer --build -l $CI_PROJECT_DIR/myinstalldir
Expand All @@ -259,6 +263,7 @@ build_r_macos_arm64:
build_r_windows:
stage: build
tags: [windows]
needs: [install-gamsdist-wei]
image:
name: registry.gams.com/devel/gams-transfer-r/windows/builder
script:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GAMS Transfer R
GAMS Transfer R v1.14.0
==================
- Significant performance improvements to Container write method
- bug fix in Container read when reading a `Symbol` with unused UELs
Expand Down

0 comments on commit e09fbf5

Please sign in to comment.