Add windows build option
This commit is contained in:
@@ -55,8 +55,11 @@ steps:
|
||||
displayName: 'Build PrimAITE'
|
||||
|
||||
- script: |
|
||||
- ${{ if eq( variables['Agent.OS'], 'Linux') }}:
|
||||
PRIMAITE_WHEEL=$(ls ./dist/primaite*.whl)
|
||||
python -m pip install $PRIMAITE_WHEEL[dev]
|
||||
- ${{ elseif eq( variable['Agent.OS'], 'Windows_NT') }}:
|
||||
forfiles /p dist\ /m *.whl /c "cmd /c python -m pip install @file"
|
||||
displayName: 'Install PrimAITE'
|
||||
|
||||
- script: |
|
||||
|
||||
Reference in New Issue
Block a user