forked from gerbv/gerbv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated website offering CI binaries
- Loading branch information
Showing
19 changed files
with
542 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,6 @@ jobs: | |
- name: Rebuild Windows amd64 | ||
run: npx --package [email protected] mc --no-tty windows:amd64 .mc/rebuild.sh | ||
|
||
- name: Rebuild gerbv.github.io | ||
run: npx --package [email protected] mc --no-tty website make -C gerbv.github.io | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
base: ubuntu:20.04 | ||
install: | ||
- m4 | ||
- make | ||
--- | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
!/Makefile | ||
/index.html |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.PHONY: all | ||
all: clean build | ||
|
||
|
||
.PHONY: clean | ||
clean: | ||
if [ -f 'index.html' ]; then \ | ||
rm 'index.html'; \ | ||
fi | ||
|
||
|
||
.PHONY: build | ||
build: | ||
m4 'index.html.m4' > 'index.html' | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
bg_hr.png CC0-1.0 https://github.com/pages-themes/slate/blob/ff147bf37e3611395f37cc0cdcaee57550293235/assets/images/bg_hr.png | ||
blacktocat.png CC0-1.0 https://github.com/pages-themes/slate/blob/ff147bf37e3611395f37cc0cdcaee57550293235/assets/images/blacktocat.png | ||
Fedora_icon_(2021).svg [fedora-logo] https://de.wikipedia.org/wiki/Datei:Fedora_icon_(2021).svg | ||
cof_orange_hex.png [ubuntu-logo] https://assets.ubuntu.com/v1/9fbc8a44-circle-of-friends-web.zip | ||
gerbv.svg GPL-2.0-only https://github.com/gerbv/gerbv/blob/52b9e719981da5a450d073a7a5064d1903926fed/desktop/gerbv.svg | ||
icon_download.png CC0-1.0 https://github.com/pages-themes/slate/blob/ff147bf37e3611395f37cc0cdcaee57550293235/assets/images/icon_download.png | ||
slate-style.css CC0-1.0 https://github.com/pages-themes/slate/tree/a185c0dde883863779be4856421ba0b2390f44a4 | ||
sprite_download.png CC0-1.0 https://github.com/pages-themes/slate/blob/ff147bf37e3611395f37cc0cdcaee57550293235/assets/images/sprite_download.png | ||
Windows_10_Logo.png [windows-logo] https://de.wikipedia.org/wiki/Datei:Windows_10_Logo.svg | ||
|
||
[fedora-logo]: https://fedoraproject.org/wiki/Legal:Trademark_guidelines | ||
[ubuntu-logo]: https://design.ubuntu.com/brand/ubuntu-logo/ | ||
[windows-logo]: https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.