Skip to content

Commit b2fd2a8

Browse files
committed
md5-CI-build
1 parent 8f6fd95 commit b2fd2a8

File tree

4 files changed

+45
-41
lines changed

4 files changed

+45
-41
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/md5-CI-build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: md5-CI-build
2+
3+
on:
4+
push
5+
6+
jobs:
7+
build:
8+
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
9+
runs-on: windows-latest
10+
steps:
11+
- name: disable auto crlf
12+
uses: steve02081504/disable-autocrlf@v1
13+
- name: checkout
14+
uses: actions/checkout@v2
15+
- name: updates build
16+
uses: ukatech/ukagaka-mirror-md5-CI-build@v1
17+
with:
18+
build-mode: other

md5buildignore.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.git
2+
.github
3+
.gitignore
4+
.gitmodules
5+
readme.md
6+
ReadMe.md
7+
README.md
8+
updates.txt
9+
updates2.dau
10+
11+
desktop.ini
12+
thumbs.db
13+
folder.htt
14+
mscreate.dir
15+
.DS_Store
16+
_CATALOG.VIX
17+
18+
profile/
19+
var/
20+
__MACOSX/
21+
XtraStuf.mac/
22+
23+
24+
/developer_options.txt
25+
/md5buildignore.txt
26+
27+
*.log

updates2.dau

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)