Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci, cd: merge #2689

Open
wants to merge 6 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .github/workflows/cd.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
- name: test
run: |
./ci/test_run_all.sh
- name: upload artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ env.ARTIFACT_FILENAME }}
path: ${{ env.ARTIFACT_FILE }}
retention-days: 30
test-macos:
name: macOS 11 native [GOAL install] [GUI] [no depends]
runs-on: macos-11
Expand Down
3 changes: 0 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ $(BITCOIN_WIN_INSTALLER): all-recursive
echo error: could not build $@
@echo built $@
@rm release/gridcoinresearch.exe release/gridcoinresearchd.exe
@mv $@ $(top_builddir)/release/$@

$(OSX_APP)/Contents/PkgInfo:
$(MKDIR_P) $(@D)
Expand Down Expand Up @@ -138,9 +137,7 @@ $(OSX_TEMP_ISO): $(APP_DIST_EXTRAS)
$(XORRISOFS) -D -l -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -o $@ dist -- $(if $(SOURCE_DATE_EPOCH),-volume_date all_file_dates =$(SOURCE_DATE_EPOCH))

$(OSX_DMG): $(OSX_TEMP_ISO)
$(MKDIR_P) $(top_builddir)/release
$(DMG) dmg "$<" "$@"
@mv $@ $(top_builddir)/release/$(PACKAGE)-$(PACKAGE_VERSION)-macos.dmg

dpi%.$(OSX_BACKGROUND_IMAGE): contrib/macdeploy/$(OSX_BACKGROUND_SVG)
sed 's/PACKAGE_NAME/$(PACKAGE_NAME)/' < "$<" | $(RSVG_CONVERT) -f png -d $* -p $* | $(IMAGEMAGICK_CONVERT) - $@
Expand Down
55 changes: 0 additions & 55 deletions cd/00_setup_env.sh

This file was deleted.

15 changes: 0 additions & 15 deletions cd/00_setup_env_mac.sh

This file was deleted.

15 changes: 0 additions & 15 deletions cd/00_setup_env_win32.sh

This file was deleted.

13 changes: 0 additions & 13 deletions cd/00_setup_env_win64.sh

This file was deleted.

22 changes: 0 additions & 22 deletions cd/03_before_install.sh

This file was deleted.

91 changes: 0 additions & 91 deletions cd/04_install.sh

This file was deleted.

35 changes: 0 additions & 35 deletions cd/05_before_script.sh

This file was deleted.

34 changes: 0 additions & 34 deletions cd/06_script_a.sh

This file was deleted.

22 changes: 0 additions & 22 deletions cd/06_script_b.sh

This file was deleted.

14 changes: 0 additions & 14 deletions cd/run_all.sh

This file was deleted.

Loading