Commit Graph

45 Commits

Author SHA1 Message Date
Amin Yahyaabadi 7e3e265a8a fix: make execPowershell async 2022-05-12 12:55:00 -07:00
Amin Yahyaabadi 682ca30420 fix: use utils/io instead of `@actions/core` 2022-05-02 21:53:16 -07:00
Amin Yahyaabadi 630f785194 perf: simplify msvc matcher 2022-02-11 18:53:24 -08:00
Amin Yahyaabadi fa6c45744a chore: update matcher names [skip ci] 2022-02-11 17:04:02 -08:00
Amin Yahyaabadi b3eda4ff33 feat: add logging integration for msvc, gcc, python 2022-02-11 17:00:12 -08:00
Amin Yahyaabadi bb2e50ea8f test: use which.sync in the msvc tests 2022-02-01 20:54:32 -08:00
Amin Yahyaabadi 39a166b787 fix: use the pre-installed msvc on any windows version 2022-02-01 20:19:46 -08:00
Amin Yahyaabadi 798452a83f fix: support visual studio 2022 2022-02-01 18:28:44 -08:00
Amin Yahyaabadi 631a30246f test: try-catch msvc tests 2021-12-06 09:59:29 -06:00
Amin Yahyaabadi 81665645c1 feat: skip msvc installation if already installed 2021-12-06 09:24:59 -06:00
Amin Yahyaabadi 1042fffd1a fix: unset Path, TMP, and TEMP before MSVC installations 2021-12-06 09:19:32 -06:00
Amin Yahyaabadi 3b5817d13d feat: support setting up a specific msvc version 2021-12-06 07:11:58 -06:00
Amin Yahyaabadi 487a88259f fix: ignore path modification error for MSVC 2021-12-06 05:56:44 -06:00
Amin Yahyaabadi 7092c4b51f fix: print choco logs in case of an error 2021-12-06 05:04:37 -06:00
Amin Yahyaabadi 33870789f0 fix: pass "--ignore-dependencies to visualcpp-build-tools 2021-12-06 05:00:54 -06:00
Amin Yahyaabadi 8046f31712 Revert "test: restore the environment before each msvc test"
This reverts commit 95f4f7daa1.
2021-12-06 04:31:53 -06:00
Amin Yahyaabadi 1da5fb1680 fix: enable VCTargetsPath and use 14.0 for VS2015 2021-12-06 04:11:37 -06:00
Amin Yahyaabadi 95f4f7daa1 test: restore the environment before each msvc test 2021-12-06 03:48:55 -06:00
Amin Yahyaabadi 313d3ece41 fix: do not pass args to msvc choco 2021-12-06 03:48:51 -06:00
Amin Yahyaabadi a381fc0e98 fix: specify the toolset 2021-12-05 09:13:58 -06:00
Amin Yahyaabadi 73ec89a099 test: test all the msvc version installations 2021-12-05 09:04:54 -06:00
Amin Yahyaabadi 1d04cc2855 fix: update the msvc packages and disable variables 2021-12-05 08:54:01 -06:00
Amin Yahyaabadi f19c776f46 feat: add a separate vcvarsall 2021-12-05 08:51:12 -06:00
Amin Yahyaabadi 902069de32 chore: use npm to install repositories instead of git modules 2021-12-05 08:16:28 -06:00
Amin Yahyaabadi 2c56d7e32f fix: disable msvc installation in CI temporarily 2021-11-23 01:36:57 -06:00
Amin Yahyaabadi c6eb5ca89b feat: change the installation directory to ~/tool
BREAKING CHANGE
2021-11-21 12:53:27 -06:00
Amin Yahyaabadi dcedb6e575 feat: refactor activateMSVC 2021-09-20 07:29:09 -05:00
Amin Yahyaabadi 3ea0053fe7 fix: lazy load the external actions 2021-09-17 13:12:48 -05:00
Amin Yahyaabadi 5e6cf5d519 fix: catch msvc installation bugs 2021-09-17 06:35:55 -05:00
Amin Yahyaabadi ed2713efc5 fix: quote the arguments 2021-09-17 06:04:38 -05:00
Amin Yahyaabadi 3f0939b85c fix: use --add to add msvc workloads
https://github.com/jberezanski/ChocolateyPackages/blob/master/chocolatey-visualstudio.extension/EXAMPLES.md#add-the-data-workload-to-all-installed-vs-2017-communityprofessionalenterprise-instances-downloading-needed-files-from-the-internet-only-required-components-webdeploy-and-the-visualstudiodata-component-will-be-added
2021-09-17 05:53:39 -05:00
Amin Yahyaabadi 24f8038744 fix: fix the toolset versions for vs2017 and vs2019
https://github.com/jberezanski/ChocolateyPackages/issues/117#issuecomment-921071306
2021-09-17 05:39:05 -05:00
Amin Yahyaabadi ca064b68e0 test: increase timeout of the tests 2021-09-17 04:50:12 -05:00
Amin Yahyaabadi bf456808b6 fix: use / instead of \\ on windows 2021-09-16 18:26:57 -05:00
Amin Yahyaabadi 3c2eaf1f4d test: test proces.arch 2021-09-16 17:36:31 -05:00
Amin Yahyaabadi 596c9438b5 test: use testBin in all the tests 2021-09-16 10:17:25 -05:00
Amin Yahyaabadi c44a193e6a test: skip the msvc test for now 2021-09-16 09:21:45 -05:00
Amin Yahyaabadi 269d96f070 fix: pass the default arguments to the functions 2021-09-16 07:09:01 -05:00
Amin Yahyaabadi 511a2fbbce feat: use a similar interface for installing all the packages 2021-09-16 06:58:41 -05:00
Amin Yahyaabadi a970eb0e44 feat: add default version registry 2021-09-16 06:36:35 -05:00
Amin Yahyaabadi b55bf22468 feat: add default version for msvc 2021-09-16 06:17:38 -05:00
Amin Yahyaabadi c6aac2897f fix: return on msvc installation for other os 2021-09-16 04:07:57 -05:00
Amin Yahyaabadi 2761be4b10 fix: set VCTargetsPath 2021-09-15 06:22:24 -05:00
Amin Yahyaabadi 3702106240 fix: visualstudio2017buildtools 2021-09-15 05:36:08 -05:00
Amin Yahyaabadi b302dc3e25 feat: add msvc installation 2021-09-15 05:25:02 -05:00