19 Commits
test ... master

Author SHA1 Message Date
ed741b392c Update README.md
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 2m32s
2026-02-23 03:19:34 +00:00
bed8ad176a testing late git clone, caching flutter install
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 1m19s
2025-08-01 13:12:25 +05:30
4fb2770857 Update .gitea/workflows/test.yaml
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 3m45s
2025-07-29 16:37:18 +05:30
507ffe38ca Update .gitea/workflows/test.yaml
Some checks failed
Build Apps & Deploy to GitHub Pages / Build (push) Failing after 11s
2025-07-29 16:33:14 +05:30
bf5b8a3be5 Update .gitea/workflows/test.yaml
Some checks failed
Build Apps & Deploy to GitHub Pages / Build (push) Failing after 3m43s
2025-07-29 16:27:17 +05:30
2bb760cfa1 Update .gitea/workflows/test.yaml
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 10m32s
2025-07-29 13:03:25 +05:30
062aec14ff Update README.md
Some checks failed
Build Apps & Deploy to GitHub Pages / Build (push) Failing after 25s
2025-07-04 20:49:17 +05:30
a5930f6d17 Update .gitea/workflows/test.yaml
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 1m16s
2025-03-16 13:55:42 +05:30
d9b1aef52a Update .gitea/workflows/test.yaml
Some checks failed
Build Apps & Deploy to GitHub Pages / Build (push) Failing after 2m29s
2025-03-16 13:52:02 +05:30
76a31eaa8c Update .gitea/workflows/test.yaml
Some checks failed
Build Apps & Deploy to GitHub Pages / Build (push) Failing after 10s
2025-03-16 13:47:57 +05:30
05defa3ddc update flutter install action
Some checks failed
Build Apps & Deploy to GitHub Pages / Build (push) Failing after 1m3s
2025-03-16 13:46:10 +05:30
0229447545 Update README.md
Some checks failed
Build Apps & Deploy to GitHub Pages / Build (push) Failing after 2m24s
2025-03-16 13:40:25 +05:30
839552f475 Update lib/main.dart
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 33m16s
2024-11-23 17:16:07 +05:30
726bd227f7 Update lib/main.dart
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 22m45s
2024-11-23 14:58:09 +05:30
3e03281e40 Update lib/main.dart
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 23m4s
2024-11-23 14:09:32 +05:30
8145f6d649 Update .gitea/workflows/test.yaml
All checks were successful
Build Apps & Deploy to GitHub Pages / Build (push) Successful in 22m42s
2024-11-17 17:45:26 +05:30
a390dfdd5d Add .gitea/workflows/test.yaml 2024-11-17 17:43:15 +05:30
Phani Pavan Kambhampati
0d90c625e4 Merge pull request #4 from kphanipavan/test
added excel sheet link
2024-11-15 10:39:29 +05:30
Phani Pavan Kambhampati
763ff5a33f Merge pull request #3 from kphanipavan/test
Pretty date and gh link
2024-11-14 09:58:10 +05:30
3 changed files with 106 additions and 1 deletions

100
.gitea/workflows/test.yaml Normal file
View File

@@ -0,0 +1,100 @@
name: Build Apps & Deploy to GitHub Pages
on: [push]
# on:
# push:
# branches:
# - master
# paths:
# - "lib/**"
# - "android/**"
# - "web/**"
# - "pubspec.yaml"
# - ".github/workflows/**"
# - "scripts/**"
# pull_request:
# branches:
# - master
# paths:
# - "lib/**"
# - "android/**"
# - "web/**"
# - "pubspec.yaml"
# - ".github/workflows/**"
# - "scripts/**"
env:
HREFREPLACE: "IIITB_Menu"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
# - name: Setup Python
# uses: actions/setup-python@v4.7.0
# with:
# python-version: "3.11"
# - name: Install Packages
# working-directory: ./scripts
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt
# - name: Compile Menu
# working-directory: ./scripts
# run: python scrapeToJson.py
# - name: Copy Data File
# run: cp ./scripts/data.dart ./lib/data.dart
# - name: Cache Flutter dependencies
# uses: actions/cache@v1
# with:
# path: /opt/hostedtoolcache/flutter
# key: ${{ runner.OS }}-flutter-install-cache-${{ env.flutter_version }}
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: master
flutter-version: 3.32.8
- name: Checkout code
uses: actions/checkout@v4
with:
channel: master
- name: Get dependencies
run: flutter pub get
# - name: Analyze project
# run: flutter analyze
# - name: Test project
# run: flutter test
- name: Build Web Release
run: flutter build web --base-href "/$HREFREPLACE/" --no-web-resources-cdn
# - name: Build Android Release
# run: flutter build apk --split-per-abi --release --no-track-widget-creation --analyze-size --target-platform "android-arm64"
- name: Fix PWA Offline Support
run: |
cp scripts/fixOfflinePWA.sh .
chmod +x fixOfflinePWA.sh
./fixOfflinePWA.sh
cat ./build/web/flutter_service_worker.js
# - name: Create Release
# uses: marvinpinto/action-automatic-releases@v1.2.1
# with:
# repo_token: "${{ secrets.GITHUB_TOKEN }}"
# automatic_release_tag: "latest"
# prerelease: true
# draft: false
# title: "Git Build"
# files: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk

View File

@@ -15,3 +15,8 @@ Open the webpage in chrome, brave or similar browsers on an android device, clic
### iOS: ### iOS:
PWA functionality only works in Safari. Open the website in Safari, click the share button and select `Add to Home Screen` option. Follow the prompt to add the webpage as an app. PWA functionality only works in Safari. Open the website in Safari, click the share button and select `Add to Home Screen` option. Follow the prompt to add the webpage as an app.
Test change for runner, current version is out of date, will push github stuff here later...
---
~ A Grammer Society Project.