Signed-off-by: Jason Pochanke <handyjason053@gmail.com>
This commit is contained in:
+22
-22
@@ -18,28 +18,28 @@ jobs:
|
|||||||
- name: Checking the format
|
- name: Checking the format
|
||||||
run: gleam format --check
|
run: gleam format --check
|
||||||
|
|
||||||
build-and-bundle:
|
#build-and-bundle:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
container:
|
# container:
|
||||||
# Replace this with the path to the image you built and pushed
|
# # Replace this with the path to the image you built and pushed
|
||||||
image: jaypoch/lumabuilder:latest
|
# image: jaypoch/lumabuilder:latest
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout code
|
# - name: Checkout code
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
|
|
||||||
# - name: Build Gleam to JavaScript
|
# - name: Build Gleam to JavaScript
|
||||||
# run: gleam build --target javascript
|
# run: gleam build --target javascript
|
||||||
|
|
||||||
# - name: Build bundle
|
# - name: Build bundle
|
||||||
# run: |
|
# run: |
|
||||||
# esbuild build/dev/javascript/luma/luma.mjs \
|
# esbuild build/dev/javascript/luma/luma.mjs \
|
||||||
# --bundle \
|
# --bundle \
|
||||||
# --outfile=parser.js \
|
# --outfile=parser.js \
|
||||||
# --format=iife \
|
# --format=iife \
|
||||||
# --global-name=App
|
# --global-name=App
|
||||||
# - name: Upload parser.js
|
# - name: Upload parser.js
|
||||||
# uses: https://gitea.com/actions/upload-artifact@v3
|
# uses: https://gitea.com/actions/upload-artifact@v3
|
||||||
# with:
|
# with:
|
||||||
# name: parser-js
|
# name: parser-js
|
||||||
# path: parser.js
|
# path: parser.js
|
||||||
|
|||||||
Reference in New Issue
Block a user