LibreCAD 3 CI/CD changes#394
Open
CRiSTiK24 wants to merge 95 commits into
Open
Conversation
trying out to see if I can set both action runners in the same place
there are many things preinstalled, so not all steps of manual installation is needed
…isual Studio's GUI
…in instead of typebuild/bin. Path.lua doasn't work, and something is getting files from build folder instead of the install one, though no idea what it is
… broke the linux one. Now both should be ok
…stall of path.lua
Updated it and added all the build instructions, should be ready for testing
LS on linux + changed issue on windows
…ike ~/hfgghdfg). I changed it to absolute
…anging the artifact capture expression instead
…I'm commenting it for 20.04
…from core18 to core20
feragon
reviewed
Aug 25, 2022
|
|
||
| - run: cd ${{ github.workspace }} | ||
|
|
||
| - run: git submodule init |
Member
There was a problem hiding this comment.
@CRiSTiK24 you can check the submodule option of the checkout action
|
|
||
| - run: cd ${{ github.workspace }} | ||
|
|
||
| - run: git submodule init |
| @@ -0,0 +1 @@ | |||
| choco install git No newline at end of file | |||
| @@ -0,0 +1,2 @@ | |||
| choco install python | |||
| @@ -0,0 +1,3 @@ | |||
| @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |||
| @@ -0,0 +1,2 @@ | |||
| git clone --recursive https://github.com/LibreCAD/LibreCAD_3.git | |||
| @@ -0,0 +1,12 @@ | |||
| curl -O https://d13lb3tujbc8s0.cloudfront.net/onlineinstallers/qt-unified-windows-x86-4.3.0-1-online.exe | |||
…used the submodule option in checkout action instead of using it manually
Author
|
This commits should remove all unnecesary files. I'll try to solve an issue on windows before considering the PR totally functional. |
Author
|
So the issue is not from the packaging. Then this should be good to commit! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following my GSoC project this year as described here ( https://dokuwiki.librecad.org/doku.php/gsoc:gsoc2022 ) I'm pushing this changes that should create a new action in Github Actions that can be launched manually by the developers. It will build the current version of LibreCAD and upload the binaries for Windows in form of an EXE, and for Linux in form of an AppImage and a Snap. The exe should be portable though I have not tested if it is.