Set user environment variables permanently by using --permanent + deprecate --global (#621)

This commit is contained in:
Amin Yahyaabadi
2020-09-30 00:15:22 -05:00
committed by GitHub
parent 7e841b59fc
commit 807e55cbec
4 changed files with 102 additions and 34 deletions

View File

@@ -87,6 +87,16 @@ jobs:
command: |
source emsdk_env.sh
python scripts/test.py
- run:
name: --permanent test
shell: powershell.exe
command: |
try {
scripts/test_permanent.ps1
} catch {
Write-Host "`n Error Message: [$($_.Exception.Message)"] -ForegroundColor Red
Write-Host "`n Line Number: "$_.InvocationInfo.ScriptLineNumber -ForegroundColor Red
}
build-docker-image:
executor: bionic