-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
475 reactivate linux build #477
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #477 +/- ##
========================================
Coverage 88.15% 88.15%
========================================
Files 68 68
Lines 1216 1216
========================================
Hits 1072 1072
Misses 144 144 Continue to review full report at Codecov.
|
$ErrorActionPreference = "Stop" | ||
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" | ||
Import-Module '..\appveyor-tool.ps1' | ||
- ps: Update-AppveyorBuild -Version "$($env:ospsuite_version).$($env:appveyor_build_version)" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yuri05 Unrelated but ensure that we are using the global version (suite component)
copy_files_to_lib_folder | ||
|
||
update_package_version(product_version) | ||
|
||
install_pksim('feature/relative_expression_redesign') | ||
install_pksim('develop') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yuri05 Done
@@ -168,9 +168,9 @@ def sanitized_version(version) | |||
def update_package_version(version) | |||
#Replace token Version: x.y.z with the version from appveyor | |||
replacement = { | |||
/Version: \d\.\d\.\d/ => "Version: #{version}" | |||
/Version: \d+\.\d+\.\d+/ => "Version: #{version}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reged. .was parsing 9.x.z but not 10.x.z...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol
No description provided.