mirror of
				https://github.com/Fabio286/antares.git
				synced 2025-06-05 21:59:22 +02:00 
			
		
		
		
	ci: remove old ci configs
This commit is contained in:
		
							
								
								
									
										30
									
								
								.github/workflows/build-linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								.github/workflows/build-linux.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,30 +0,0 @@
 | 
			
		||||
name: Build/release [LINUX]
 | 
			
		||||
 | 
			
		||||
on: 
 | 
			
		||||
  workflow_dispatch: {}
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  release:
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [ubuntu-latest]
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out Git repository
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - name: Install Node.js
 | 
			
		||||
        uses: actions/setup-node@v3
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: 16
 | 
			
		||||
      
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: npm i
 | 
			
		||||
 | 
			
		||||
      - name: Build/release Electron app
 | 
			
		||||
        uses: samuelmeuli/action-electron-builder@v1
 | 
			
		||||
        with:
 | 
			
		||||
          github_token: ${{ secrets.github_token }}
 | 
			
		||||
          release: ${{ startsWith(github.ref, 'refs/tags/v') }}
 | 
			
		||||
							
								
								
									
										30
									
								
								.github/workflows/build-mac.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								.github/workflows/build-mac.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,30 +0,0 @@
 | 
			
		||||
name: Build/release [MAC]
 | 
			
		||||
 | 
			
		||||
on: 
 | 
			
		||||
  workflow_dispatch: {}
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  release:
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [macos-latest]
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out Git repository
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - name: Install Node.js
 | 
			
		||||
        uses: actions/setup-node@v3
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: 16
 | 
			
		||||
      
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: npm i
 | 
			
		||||
 | 
			
		||||
      - name: Build/release Electron app
 | 
			
		||||
        uses: samuelmeuli/action-electron-builder@v1
 | 
			
		||||
        with:
 | 
			
		||||
          github_token: ${{ secrets.github_token }}
 | 
			
		||||
          release: ${{ startsWith(github.ref, 'refs/tags/v') }}
 | 
			
		||||
							
								
								
									
										30
									
								
								.github/workflows/build-win.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										30
									
								
								.github/workflows/build-win.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,30 +0,0 @@
 | 
			
		||||
name: Build/release [WINDOWS]
 | 
			
		||||
 | 
			
		||||
on: 
 | 
			
		||||
  workflow_dispatch: {}
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  release:
 | 
			
		||||
    runs-on: ${{ matrix.os }}
 | 
			
		||||
 | 
			
		||||
    strategy:
 | 
			
		||||
      matrix:
 | 
			
		||||
        os: [windows-latest]
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out Git repository
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - name: Install Node.js
 | 
			
		||||
        uses: actions/setup-node@v3
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: 16
 | 
			
		||||
      
 | 
			
		||||
      - name: Install dependencies
 | 
			
		||||
        run: npm i
 | 
			
		||||
 | 
			
		||||
      - name: Build/release Electron app
 | 
			
		||||
        uses: samuelmeuli/action-electron-builder@v1
 | 
			
		||||
        with:
 | 
			
		||||
          github_token: ${{ secrets.github_token }}
 | 
			
		||||
          release: ${{ startsWith(github.ref, 'refs/tags/v') }}
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@@ -26,7 +26,7 @@ jobs:
 | 
			
		||||
        run: npm i
 | 
			
		||||
        
 | 
			
		||||
      - name: "Build"
 | 
			
		||||
        run: npm run build:local
 | 
			
		||||
        run: npm run build
 | 
			
		||||
 | 
			
		||||
      - name: Release
 | 
			
		||||
        uses: ncipollo/release-action@v1
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								.github/workflows/create-artifact-linux.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/create-artifact-linux.yml
									
									
									
									
										vendored
									
									
								
							@@ -18,7 +18,7 @@ jobs:
 | 
			
		||||
      - name: npm install & build
 | 
			
		||||
        run: |
 | 
			
		||||
          npm install
 | 
			
		||||
          npm run build:local
 | 
			
		||||
          npm run build
 | 
			
		||||
 | 
			
		||||
      - name: Upload Artifact
 | 
			
		||||
        uses: actions/upload-artifact@v3
 | 
			
		||||
 
 | 
			
		||||
@@ -12,9 +12,8 @@
 | 
			
		||||
    "compile:main": "webpack --mode=production --config webpack.main.config.js",
 | 
			
		||||
    "compile:workers": "webpack --mode=production --config webpack.workers.config.js",
 | 
			
		||||
    "compile:renderer": "webpack --mode=production --config webpack.renderer.config.js",
 | 
			
		||||
    "build": "cross-env NODE_ENV=production npm run compile",
 | 
			
		||||
    "build:local": "npm run build && electron-builder --publish never",
 | 
			
		||||
    "build:appx": "npm run build:local -- --win appx",
 | 
			
		||||
    "build": "cross-env NODE_ENV=production npm run compile && electron-builder --publish never",
 | 
			
		||||
    "build:appx": "npm run build -- --win appx",
 | 
			
		||||
    "rebuild:electron": "rimraf ./dist &&  npm run postinstall && npm run devtools:install",
 | 
			
		||||
    "release": "standard-version",
 | 
			
		||||
    "release:pre": "npm run release -- --prerelease alpha",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user