mirror of
https://github.com/leozide/leocad
synced 2025-01-30 20:34:56 +01:00
Updated parts library.
This commit is contained in:
parent
b8a8cb6730
commit
00f54afe1f
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
- make -j$(nproc)
|
||||
after_success:
|
||||
- make install INSTALL_ROOT=AppDir
|
||||
- wget https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip -O library.zip
|
||||
- wget https://github.com/leozide/leocad/releases/download/v19.07.1/Library-20.03.zip -O library.zip
|
||||
- unzip library.zip
|
||||
- mkdir -p AppDir/usr/share/leocad
|
||||
- mv library.bin AppDir/usr/share/leocad/library.bin
|
||||
|
@ -79,7 +79,7 @@ jobs:
|
|||
install:
|
||||
- brew link --force qt5
|
||||
- wget https://github.com/leozide/povray/releases/download/continuous/povray
|
||||
- wget https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip -O library.zip
|
||||
- wget https://github.com/leozide/leocad/releases/download/v19.07.1/Library-20.03.zip -O library.zip
|
||||
- unzip library.zip
|
||||
script:
|
||||
- qmake -v
|
||||
|
|
|
@ -26,7 +26,7 @@ after_build:
|
|||
- mkdir appdir
|
||||
- copy build\release\leocad.exe appdir
|
||||
- copy docs\readme.txt appdir
|
||||
- appveyor DownloadFile https://github.com/leozide/leocad/releases/download/v19.07.1/Library-Linux-14384.zip -FileName library.zip
|
||||
- appveyor DownloadFile https://github.com/leozide/leocad/releases/download/v19.07.1/Library-20.03.zip -FileName library.zip
|
||||
- 7z e library.zip
|
||||
- copy library.bin appdir\\library.bin
|
||||
- appveyor DownloadFile https://github.com/leozide/povray/releases/download/continuous/povconsole32-sse2.exe -FileName appdir\povconsole32-sse2.exe
|
||||
|
|
Loading…
Add table
Reference in a new issue