Skip to content

Commit

Permalink
ci: add deno compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 22, 2024
1 parent fd855e3 commit 6f2058f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:
NIX_CONFIG: "extra-access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}"
POSTGRES_USER: postgres
POSTGRES_DB: demo
- name: deno compile
run: |
fluentci run --wasm deno compile -A --target x86_64-unknown-linux-gnu --output=app main.ts
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FluentCI CI/CD demo for Deno
# FluentCI CI demo for Deno

[![ci](https://github.com/fluentci-demos/fluentci-demo-deno/actions/workflows/ci.yml/badge.svg)](https://github.com/fluentci-demos/fluentci-demo-deno/actions/workflows/ci.yml)

This is an example application and CI/CD pipeline showing how to build, test a [Deno](https:/deno.com) application using FluentCI.
This is an example application and CI pipeline showing how to build, test a [Deno](https:/deno.com) application using FluentCI.

0 comments on commit 6f2058f

Please sign in to comment.