Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-10 16:25:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
019fbaf74d
BranchesTags
View all branches
castopod/scripts/package.sh

9 lines
164 B
Bash
Raw Normal View History

build: replace npm with pnpm + add Dockerfile for ci update php and js dependencies to latest
2023-02-21 17:27:45 +00:00
#!/bin/sh
fix(bundle): update vite input files path + add `set -e` in bash scripts to fail if command fails
2022-01-18 18:51:25 +00:00
set -e
ci(gitlabci): add easy-coding-standard check for code-style + fix quality scripts
2021-05-20 11:02:08 +00:00
fix(release): add missing version number to castopod-host package
2021-06-22 08:12:50 +00:00
VERSION=$1
ci(gitlabci): add easy-coding-standard check for code-style + fix quality scripts
2021-05-20 11:02:08 +00:00
# create zip and tar.gz packages for release upload
docs(init): create documentation website using vitepress - rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
2022-02-19 16:06:11 +00:00
zip -r castopod-$VERSION.zip castopod
tar -zcvf castopod-$VERSION.tar.gz castopod
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 161ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API