Skip to content

Commit

Permalink
add debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppli11 committed Dec 12, 2024
1 parent c0217e0 commit 5595848
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ build_win_task:
- build
maven_cache:
#windows cache is buggy if using ${CIRRUS_WORKING_DIR}
folder: ~/.m2/repository
folder: C:/Windows/system32/config/systemprofile/.m2/repository
build_script:
- echo $HOME
- ls -al ~
- ls -al .
- git config --global core.autocrlf input
- git submodule update --init
- cd python-frontend/typeshed_serializer/resources/python-type-stubs
Expand All @@ -137,6 +140,9 @@ build_win_task:
- source cirrus-env CI
- unset SONARSOURCE_QA
- mvn.cmd package -DskipTypeshed=true -DfailStubGenerationFast=true
- ls -al ~
- ls -al ~/.m2
- ls -al .

ws_scan_task:
depends_on:
Expand Down

0 comments on commit 5595848

Please sign in to comment.