mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Try copying the Windows vars in cibuild.
This commit is contained in:
parent
9cd5a0c31c
commit
71bdeb5010
@ -41,6 +41,10 @@ function setEnvironmentVariables() {
|
||||
process.env.CXX = 'clang++';
|
||||
process.env.npm_config_clang = '1';
|
||||
}
|
||||
|
||||
process.env.BUILD_ATOM_RELEASES_S3_KEY = process.env.BUILD_ATOM_WIN_RELEASES_S3_KEY
|
||||
process.env.BUILD_ATOM_RELEASES_S3_SECRET = process.env.BUILD_ATOM_RELEASES_S3_SECRET
|
||||
process.env.BUILD_ATOM_RELEASES_S3_BUCKET = process.env.BUILD_ATOM_RELEASES_S3_BUCKET
|
||||
}
|
||||
|
||||
function removeNodeModules() {
|
||||
|
Loading…
Reference in New Issue
Block a user