Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-01-03 23:18:02 +0300
committerFormerLurker <hochgebe@gmail.com>2021-01-03 23:18:02 +0300
commitd4852e3e537ab891309f4a6c6d25cae4954c9225 (patch)
tree1969a95f3bcc01d06f19f63370fc33c15587c8cc /.github
parentb0ffde1402a0fe3b1fd448bd00f0a18a0050d678 (diff)
Add static linking for windows exe. Remove mingw build. Add copyright notices for fpconv to exe output.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 08d6e47..41a44f5 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -24,13 +24,13 @@ jobs:
cc: "cl", cxx: "cl",
environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
}
- - {
- name: "Windows Latest MinGW",
- artifact_tar: "Windows-MinGW.tar.xz",
- artifact_zip: "Windows-MinGW.zip",
- os: windows-latest,
- cc: "gcc", cxx: "g++"
- }
+ #- {
+ # name: "Windows Latest MinGW",
+ # artifact_tar: "Windows-MinGW.tar.xz",
+ # artifact_zip: "Windows-MinGW.zip",
+ # os: windows-latest,
+ # cc: "gcc", cxx: "g++"
+ # }
- {
name: "Ubuntu Latest GCC",
artifact_tar: "Linux.tar.xz",