Set user environment variables permanently by using --permanent + deprecate --global (#621)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user